cdp-mcp-server

jekyll-001/cdp-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 12d ago
System-wide MCP server for full Chrome DevTools Protocol debugging — breakpoints, stack traces, stepping, scope inspection, network interception, source maps. 35 tools for AI agents.
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": {
    "cdp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jekyll-001/cdp-mcp-server"
      ]
    }
  }
}