chrome-debug-mcp

raultov/chrome-debug-mcp
★ 0 stars Rust 💻 Code/Dev Tools Updated 1mo ago
Rust MCP Server for full Chrome CDP control and interactive JS debugging
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chrome-debug-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "chrome-debug-mcp"
      ]
    }
  }
}