browser gateway for Claude Desktop
io.github.browser-gateway/browser-gateway
AI browser tools with Chrome CDP. Navigate, screenshot, interact. Multi-provider failover.
client:Claude Desktop
transport:stdio
runtime:npm
Install browser gateway in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"browser-gateway": {
"command": "npx",
"args": [
"-y",
"browser-gateway"
],
"env": {
"BG_TOKEN": "<BG_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs