Browser Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. 217 installs a week from npm. Last commit 16 Sep 2026.
AI browser tools with Chrome CDP. Navigate, screenshot, interact. Multi-provider failover.
Today is the operative word: we check Browser Gateway every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add browser-gateway -- npx -y browser-gateway
{
"mcpServers": {
"browser-gateway": {
"args": [
"-y",
"browser-gateway"
],
"command": "npx"
}
}
}
[mcp_servers.browser-gateway]
command = "npx"
args = ["-y", "browser-gateway"]
{
"mcpServers": {
"browser-gateway": {
"args": [
"-y",
"browser-gateway"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"browser-gateway": {
"args": [
"-y",
"browser-gateway"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
BG_TOKEN (Authentication token for gateway access (optional, only needed with remote providers)).
The author declared them in the registry entry; get the values from the project itself.
Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
AI-controlled browser farm: N isolated Chromium instances with 36 MCP tools
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
Lightweight browser automation for AI agents: navigate, screenshot, extract, PDF. One small binary.
Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.
Computer-use MCP for Windows 10/11: 32 tools — screenshot, UIA, Chrome CDP, type/click/scroll, VBA.
Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support
Answers built from our own checks of this server.