Control plane for browser fleets. One endpoint, any provider: failover, persistent profiles, session replay, REST API, MCP server, dashboard. OpenRouter, for browsers.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"browser-gateway": {
"command": "npx",
"args": [
"-y",
"browser-gateway/browser-gateway"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add browser-gateway npx -y browser-gateway/browser-gateway
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"browser-gateway": {
"command": "npx",
"args": [
"-y",
"browser-gateway/browser-gateway"
]
}
}
}
📋 Copy
Topics
agent browser browser-automation cdp chrome-devtools-protocol headless load-balancer mcp mcp-server playwright puppeteer