← Index

io.github.browser-gateway/browser-gateway

io.github.browser-gateway/browser-gateway·v0.1.8·Browser Automation
Quality Score
80
/100

AI browser tools with Chrome CDP. Navigate, screenshot, interact. Multi-provider failover.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "browser-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "browser-gateway"
      ],
      "env": {
        "BG_TOKEN": "<your-bg_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "browser-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "browser-gateway"
      ],
      "env": {
        "BG_TOKEN": "<your-bg_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y browser-gateway
§02  Environment variables
BG_TOKEN
secret

Authentication token for gateway access (optional, only needed with remote providers)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Browser Automation