browser agent for Cursor
io.github.runbook-ai/browser-agent
MCP server for browser automation with AI agent
client:Cursor
transport:stdio
runtime:npm
Install browser agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"browser-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"runbook-ai-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs