★ 5 stars
Rust
🌐 Browser/Web
Updated 7d ago
Oatmeal is a single binary tray application that extends your web agent's capabilities via an MCP server with browser automation, Bash, Python, and other automation utilities.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"oatmeal": {
"command": "cargo",
"args": [
"run",
"--",
"oatmeal"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add oatmeal cargo run -- oatmeal
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"oatmeal": {
"command": "cargo",
"args": [
"run",
"--",
"oatmeal"
]
}
}
}
📋 Copy
Topics
agent-browser mcp mcp-server page-agent