Skip to content
Cline

browser gateway for Cline

io.github.browser-gateway/browser-gateway

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

client:Cline transport:stdio runtime:npm

Install browser gateway in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "browser-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "browser-gateway"
      ],
      "env": {
        "BG_TOKEN": "<BG_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

browser gateway in other clients