mcpbeat Sign in

Browser Gateway MCP Server

by browser-gateway Your server? Claim it
local only

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.

Installs per day peak 486 · avg 82 · +138% w/w
a month agotoday
217
Installs / week
npm · browser-gateway
16
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add browser-gateway -- npx -y browser-gateway
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "browser-gateway": {
      "args": [
        "-y",
        "browser-gateway"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.browser-gateway]
command = "npx"
args = ["-y", "browser-gateway"]
.cursor/mcp.json
{
  "mcpServers": {
    "browser-gateway": {
      "args": [
        "-y",
        "browser-gateway"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Browser Gateway

same job, measured the same way
Remote Browser MCP Server from MCPBundles
by mcpbundles

Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video

answering
Browser MCP
by shreyas-profile

Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

answering
GDD - AI-Controlled Browser Farm
by imvsmirnov

AI-controlled browser farm: N isolated Chromium instances with 36 MCP tools

local only
Browser Automation
by mindstone

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

144 installs/wk local only
Kitewright
by kitewright

Lightweight browser automation for AI agents: navigate, screenshot, extract, PDF. One small binary.

50 installs/wk local only
Sendblue Browser MCP
by sendblue-api

Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.

40 installs/wk local only
Desktop Touch MCP
by harusame64

Computer-use MCP for Windows 10/11: 32 tools — screenshot, UIA, Chrome CDP, type/click/scroll, VBA.

320 installs/wk local only
Browser MCP Cdp
by zhiqi-li

Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support

36 installs/wk local only

Browser Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for Browser Gateway?
Browser Gateway runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package browser-gateway was installed 217 times last week.
How do I connect Browser Gateway?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls browser-gateway straight from npm; nothing to host, nothing to sign up for.
How many people use Browser Gateway?
The npm package browser-gateway was installed 217 times in the last week. Week over week that is +138%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Browser Gateway open source?
Yes — it is published under the MIT licence, written in TypeScript and 16 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.