MCP Browser for Cursor
io.github.cherchyk/mcpbrowser
Browser automation using the user's Chromium session — JS execution, auth, and anti-bot support.
client:Cursor
transport:stdio
runtime:npm
Install MCP Browser in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcpbrowser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcpbrowser"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs