browser mcp for Cursor
io.github.shreyas-profile/browser-mcp
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
client:Cursor
transport:streamable-http
Install browser mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"browser-mcp": {
"url": "https://browser.regiq.in/api/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs