Odel
Chrome Debugger MCP

Chrome Debugger MCP

Local
@bitepro1JavaScriptMITUpdated 5mo ago

Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmchrome-debugger-mcpv1.0.4

Run

npx -y chrome-debugger-mcp

MCP client config

{
  "mcpServers": {
    "chrome-debugger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-debugger-mcp"
      ]
    }
  }
}