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