Skip to content
Claude Desktop

Chrome Debugger MCP for Claude Desktop

io.github.bitepro/chrome-debugger-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install Chrome Debugger MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Chrome Debugger MCP in other clients