mcpbeat Sign in

Browser MCP Cdp MCP Server

local only

Browser MCP Cdp runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 23 Apr 2026.

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

Installs per day peak 18 · avg 5 · +0% w/w
a month agotoday
36
Installs / week
npm · browser-mcp-cdp
0
Stars
0 open issues
23 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const proc = spawn(CHROME_PATH, args, { stdio: "ignore" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Browser MCP Cdp

same job, measured the same way
Ghostlight
by sylin

Visible local browser automation in signed-in Chromium, with optional policy and audit.

765 installs/wk local only
Browser Gateway
by browser-gateway

AI browser tools with Chrome CDP. Navigate, screenshot, interact. Multi-provider failover.

217 installs/wk local only
CloakMCP
by overtimepog

Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface

106 installs/wk local only
Morfiade
by morfiade-app

Manage local Chrome profiles on Windows: own cookies, sessions and proxy per profile.

local only
BrowserMesh
by scrolldynasty

Isolated multi-session Chromium runtime for external MCP clients over stdio.

45 installs/wk local only
unbrowser by Unchained
by protostatis

Chrome-free MCP web access for agents with low-token page maps and browser escalation hints.

579 installs/wk local only
I
Vew MCP
by yawlabs

Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots

46 installs/wk local only
MCP Browser
by cherchyk

Browser automation using the user's Chromium session — JS execution, auth, and anti-bot support.

297 installs/wk local only

Browser MCP Cdp — questions

Answers built from our own checks of this server.

Why is there no uptime for Browser MCP Cdp?
Browser MCP Cdp 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-mcp-cdp was installed 36 times last week.
How do I connect Browser MCP Cdp?
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-mcp-cdp straight from npm; nothing to host, nothing to sign up for.
How many people use Browser MCP Cdp?
The npm package browser-mcp-cdp was installed 36 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Browser MCP Cdp open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.