← Index

Chrome Debugger MCP

io.github.BitePro/chrome-debugger-mcp·v1.0.4·Calendar & Time
Quality Score
89
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "chrome-debugger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-debugger-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "chrome-debugger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-debugger-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y chrome-debugger-mcp
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time