devtools-debugger-mcp

ScriptedAlchemy/devtools-debugger-mcp
★ 340 stars JavaScript 💻 Code/Dev Tools Updated 1mo ago
An MCP server exposing full Chrome DevTools Protocol debugging: breakpoints, step/run, call stacks, eval, and source maps.
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": {
    "devtools-debugger-mc": {
      "command": "npx",
      "args": [
        "-y",
        "ScriptedAlchemy/devtools-debugger-mcp"
      ]
    }
  }
}