mcpbeat Sign in

MCP Cdp MCP Server

local only

MCP Cdp runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Safe-by-default MCP that drives an Electron/Chrome app over CDP: DOM, console, network, input.

Installs / week
npm · @dockndevai/mcp-cdp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Cdp 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 mcp-cdp -- npx -y @dockndevai/mcp-cdp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-cdp": {
      "args": [
        "-y",
        "@dockndevai/mcp-cdp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-cdp]
command = "npx"
args = ["-y", "@dockndevai/mcp-cdp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-cdp": {
      "args": [
        "-y",
        "@dockndevai/mcp-cdp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-cdp": {
      "args": [
        "-y",
        "@dockndevai/mcp-cdp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CDP_PORT (The --remote-debugging-port your app/browser exposes (default 9222).), CDP_HOST (Host serving the DevTools endpoint (default 127.0.0.1; non-loopback needs CDP_ALLOW_REMOTE).), CDP_MODE (Access mode: read-only | read-write | admin. Starts read-only; interactions need read-write.), CDP_ALLOW_EVAL (Set true to allow the evaluate tool (arbitrary JS) — admin mode only. Default false.), CDP_TARGET_ALLOWLIST (Comma-separated URL patterns; interactions are confined to matching targets. Empty = all.), CDP_DRY_RUN (Set true to log interactions without dispatching them to the browser.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Cdp

same job, measured the same way
BrowserTap MCP
by linvireo

MCP server that drives the real Chrome you already use, through an extension and CDP.

97 installs/wk local only
Playwright Network Chaos MCP
by vola-trebla

MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions

35 installs/wk local only
Feedthrough
by feedthrough

Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.

69 installs/wk local only
Devcdp
by dayananda-d

Chrome DevTools for AI assistants: console, network, DOM, source maps, breakpoints, live variables.

36 installs/wk local only
Familiar MCP
by dominion525

MCP server that drives the user's real macOS Chrome via AppleScript. 32 tools.

15 installs/wk local only
Nexus Browser MCP
by paipaipai666

Event-driven deterministic browser MCP: HITL gates, audit, console/network/perf observability.

536 installs/wk local only
I
Doppel
by samrj12

Drive your real, logged-in Chrome/Edge from AI agents over CDP. Faster. Sharper.

28 installs/wk local only
Agent360 Browser MCP
by agent360dk

Drive your real, logged-in Chrome from any AI agent - 40 tools. Needs our Chrome extension too.

2 069 installs/wk local only

MCP Cdp — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Cdp?
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 @dockndevai/mcp-cdp.
How do I connect 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 @dockndevai/mcp-cdp straight from npm; nothing to host, nothing to sign up for.
Is 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.