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
We read the source, 17 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add browser-mcp-cdp -- npx -y browser-mcp-cdp
{
"mcpServers": {
"browser-mcp-cdp": {
"args": [
"-y",
"browser-mcp-cdp"
],
"command": "npx"
}
}
}
[mcp_servers.browser-mcp-cdp]
command = "npx"
args = ["-y", "browser-mcp-cdp"]
{
"mcpServers": {
"browser-mcp-cdp": {
"args": [
"-y",
"browser-mcp-cdp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"browser-mcp-cdp": {
"args": [
"-y",
"browser-mcp-cdp"
],
"command": "npx"
}
}
}
Visible local browser automation in signed-in Chromium, with optional policy and audit.
AI browser tools with Chrome CDP. Navigate, screenshot, interact. Multi-provider failover.
Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface
Manage local Chrome profiles on Windows: own cookies, sessions and proxy per profile.
Isolated multi-session Chromium runtime for external MCP clients over stdio.
Chrome-free MCP web access for agents with low-token page maps and browser escalation hints.
Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots
Browser automation using the user's Chromium session — JS execution, auth, and anti-bot support.
Answers built from our own checks of this server.