Browser Gateway
Rank #6609io.github.browser-gateway/browser-gateway
Reliable, scalable browser infrastructure for AI agents. Route, pool, and failover across any browser provider. 8 built-in browser tools using raw Chrome CDP - navigate, screenshot, snapshot, interact, evaluate. Zero-config with auto Chrome detection & concurrent sessions support
Browser Gateway is a Model Context Protocol (MCP) server published by browser-gateway. It ranks #6609 of 58,900 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Browser Gateway is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Mar 25, 2026 and most recently updated on Apr 1, 2026.
Ranks ahead of 52,291 of 58,900 servers on MCP Toplist.
Use Browser Gateway
Add Browser Gateway to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"browser-gateway": {
"command": "npx",
"args": [
"-y",
"browser-gateway"
],
"env": {
"BG_TOKEN": "<your BG_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
browser-gateway
Available versions (3)
| Version | Published |
|---|---|
| 0.1.8 | Apr 1, 2026 |
| 0.1.6 | Mar 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Browser Gateway?
- Reliable, scalable browser infrastructure for AI agents. Route, pool, and failover across any browser provider. 8 built-in browser tools using raw Chrome CDP - navigate, screenshot, snapshot, interact, evaluate. Zero-config with auto Chrome detection & concurrent sessions support
- Who maintains Browser Gateway?
- Browser Gateway is maintained by browser-gateway, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Browser Gateway an official MCP server?
- Yes — Browser Gateway is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Browser Gateway have?
- MCP Toplist tracks 3 versions of Browser Gateway, most recently published on Apr 1, 2026.
- Where can I find the source code for Browser Gateway?
- The source code for Browser Gateway is hosted at github.com/browser-gateway/browser-gateway.