Browser Gateway MCP Server

One endpoint that routes across every browser provider you use: automatic failover, persistent profiles, session replay, REST API, MCP server, dashboard. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 6 · #28 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Browser Gateway

before you install - you'll need

Set BG_TOKEN, PROVIDER_TOKEN before connecting.

Claude Code

claude mcp add browser-gateway-browser-gateway -- npx -y browser-gateway

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "browser-gateway-browser-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "browser-gateway"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package browser-gateway - unscoped; check the name against the project README before installing

registry namespace io.github.browser-gateway is GitHub-verified and matches the repo owner

03 · What Browser Gateway can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.4.14 · 2026-08-24

Providers · Add-provider form now probes capabilities before submit - web/src/components/provider-form.tsx calls a new POST /v1/providers/probe endpoint on URL change, shows the detected provider kind (browserserve /…

v0.4.0 · 2026-07-27

Public subpath exports · ./types - full Zod schema surface. ProviderConfigSchema, GatewayConfigSchema, WebhookSchema, ProfilesConfigSchema, ReplayConfigSchema importable without pulling in Node-only server code.…

v0.3.7 · 2026-07-24

Providers · browserserve auto-detection - the capability probe that runs on every provider add and revalidate now reads Browserserve-Version / Browserserve-MaxConcurrent from a provider's /json/version and marks it as…

04 · Who maintains Browser Gateway

browser-gateway is maintained by browser-gateway. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
browser automation - ranked #28 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-24)
registry
io.github.browser-gateway/browser-gateway (active, first published 2026-03-30 · 9 versions)
packages
npm:browser-gateway

06 · Browser Gateway FAQ

What is Browser Gateway?

One endpoint that routes across every browser provider you use: automatic failover, persistent profiles, session replay, REST API, MCP server, dashboard. It runs locally over stdio via the published package.

Is Browser Gateway still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Browser Gateway?

Run `npx -y browser-gateway`. The README documents 2 environment variables (BG_TOKEN, PROVIDER_TOKEN) to set first. Set BG_TOKEN, PROVIDER_TOKEN before connecting. You can also paste the ready-made client config above.

Does Browser Gateway run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Browser Gateway