← Index

io.github.zhiqi-li/browser-mcp-cdp

io.github.zhiqi-li/browser-mcp-cdp·v0.1.2·Browser Automation
Quality Score
80
/100

Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "browser-mcp-cdp": {
      "command": "npx",
      "args": [
        "-y",
        "browser-mcp-cdp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "browser-mcp-cdp": {
      "command": "npx",
      "args": [
        "-y",
        "browser-mcp-cdp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y browser-mcp-cdp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Browser Automation