← Index

io.github.cherchyk/browser

io.github.cherchyk/browser·v0.2.1·Browser Automation
Quality Score
73
/100

MCP server for loading authenticated web pages using Chrome DevTools Protocol

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