browser mcp cdp for Cursor
io.github.zhiqi-li/browser-mcp-cdp
Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support
client:Cursor
transport:stdio
runtime:npm
Install browser mcp cdp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"browser-mcp-cdp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"browser-mcp-cdp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs