Browser Gateway
Rank #1,695io.github.browser-gateway/browser-gateway
AI browser tools with Chrome CDP. Navigate, screenshot, interact. Multi-provider failover.
Browser Gateway is a Model Context Protocol (MCP) server published by browser-gateway. It ranks #1,695 of 132,046 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. Browser Gateway is listed across 3 registries — Official MCP, PulseMCP and Glama, with 14 tracked versions. It was first listed on Mar 25, 2026 and most recently updated on Sep 20, 2026.
Ranks ahead of 130,351 of 132,046 servers on MCP Toplist.
Use Browser Gateway
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add browser-gateway -e "BG_TOKEN=<your BG_TOKEN>" -- npx -y browser-gatewayReplace each placeholder with your own value before saving.
[mcp_servers.browser-gateway]
command = "npx"
args = ["-y", "browser-gateway"]
[mcp_servers.browser-gateway.env]
BG_TOKEN = "<your BG_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browser-gateway": {
"command": "npx",
"args": [
"-y",
"browser-gateway"
],
"env": {
"BG_TOKEN": "<your BG_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browser-gateway": {
"command": "npx",
"args": [
"-y",
"browser-gateway"
],
"env": {
"BG_TOKEN": "<your BG_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"browser-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"browser-gateway"
],
"env": {
"BG_TOKEN": "<your BG_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browser-gateway": {
"command": "npx",
"args": [
"-y",
"browser-gateway"
],
"env": {
"BG_TOKEN": "<your BG_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browser-gateway": {
"command": "npx",
"args": [
"-y",
"browser-gateway"
],
"env": {
"BG_TOKEN": "<your BG_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.browser-gateway%2Fbrowser-gateway)<a href="https://mcptoplist.com/server/io.github.browser-gateway%2Fbrowser-gateway"><img src="https://mcptoplist.com/badge/io.github.browser-gateway%2Fbrowser-gateway.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
browser-gateway
Available versions (14)
| Version | Published |
|---|---|
| 0.4.22 | Sep 20, 2026 |
| 0.4.21 | Sep 4, 2026 |
| 0.4.20 | Sep 3, 2026 |
| 0.4.17 | Aug 30, 2026 |
| 0.4.13 | Aug 20, 2026 |
| 0.4.0 | Jul 27, 2026 |
| 0.3.7 | Jul 24, 2026 |
| 0.3.5 | Jun 30, 2026 |
| 0.3.4 | Jun 28, 2026 |
| 0.3.3 | Jun 28, 2026 |
| 0.3.2 | Jun 27, 2026 |
| 0.1.8 | Apr 1, 2026 |
| 0.1.6 | Mar 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Browser Gateway?
- Browser Gateway is maintained by browser-gateway, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is Browser Gateway listed on the Official MCP Registry?
- Yes — Browser Gateway is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Browser Gateway have?
- MCP Toplist tracks 14 versions of Browser Gateway, most recently published on Sep 20, 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.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.