Chrome Debugger MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 15 Mar 2026.
Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
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 chrome-debugger-mcp -- npx -y chrome-debugger-mcp
{
"mcpServers": {
"chrome-debugger-mcp": {
"args": [
"-y",
"chrome-debugger-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.chrome-debugger-mcp]
command = "npx"
args = ["-y", "chrome-debugger-mcp"]
{
"mcpServers": {
"chrome-debugger-mcp": {
"args": [
"-y",
"chrome-debugger-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"chrome-debugger-mcp": {
"args": [
"-y",
"chrome-debugger-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.