Browser MCP Cdp runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm. Last commit 23 Apr 2026.
Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support
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"
}
}
}
Answers built from our own checks of this server.