Chrome Bridge MCP Server

An MCP server that gives Claude Code your real, logged-in Chrome - measured 2.75× fewer turns and 2.28× lower cost than the official "Claude in Chrome" extension on a form-filling task, with ~3× the toolset and no paid plan. It runs locally over stdio via the published package.

People who work with browser automation, chrome extension and chromeos and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 3 · #92 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Chrome Bridge

Claude Code

claude mcp add frsorrentino-chrome-bridge -- npx -y chrome-bridge-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "frsorrentino-chrome-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-bridge-mcp"
      ]
    }
  }
}

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 chrome-bridge-mcp - unscoped; check the name against the project README before installing

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

03 · What Chrome Bridge can do

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

Latest releases

v1.16.1 · 2026-09-02

v1.16.0 · 2026-09-02

Il ciclo nato dall'analisi del 2026-09-01 (docs/analisi-2026-09-01.md): · la skill con le ricette, le capacità del ciclo di vita (pixel, cookie, · redirect, mockup, CDN, plugin lenti, tastiera, pannelli sconosciuti)…

v1.15.1 · 2026-09-02

Nata dal collaudo dal vivo della 1.15.0 su ChromeOS: due bugie del reporting · corrette e la finestra che mancava. · move_tab(window_type: "popup") - con new_window estrae la scheda in una · finestra popup: niente…

04 · Who maintains Chrome Bridge

chrome-bridge is maintained by frsorrentino. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
browser automation - ranked #92 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-02)
registry
io.github.frsorrentino/chrome-bridge (active, first published 2026-07-30 · 10 versions)
packages
npm:chrome-bridge-mcp

06 · Chrome Bridge FAQ

What is Chrome Bridge?

An MCP server that gives Claude Code your real, logged-in Chrome - measured 2.75× fewer turns and 2.28× lower cost than the official "Claude in Chrome" extension on a form-filling task, with ~3× the toolset and no paid plan. It runs locally over stdio via the published package.

Is Chrome Bridge still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Chrome Bridge?

Run `npx -y chrome-bridge-mcp`. You can also paste the ready-made client config above.

Does Chrome Bridge 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 Chrome Bridge

More browser automation MCP servers · Gecko MCP · Deepadb · Gamedev Pl · Cesium MCP Dev · Cesium MCP Runtime

More JavaScript MCP servers · Funplay Cocos MCP · Web Anatomy · Presentations · see all