mcp-chrome-debugger-protocol

VitalyOstanin/mcp-chrome-debugger-protocol
★ 2 stars TypeScript 💻 Code/Dev Tools Updated today
MCP server for Chrome debugger protocol (Node.js)
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": {
    "mcp-chrome-debugger-": {
      "command": "npx",
      "args": [
        "-y",
        "VitalyOstanin/mcp-chrome-debugger-protocol"
      ]
    }
  }
}