Skip to content
Claude Desktop

devcdp for Claude Desktop

io.github.dayananda-d/devcdp

Chrome DevTools for AI assistants: console, network, DOM, source maps, breakpoints, live variables.

client:Claude Desktop transport:stdio runtime:npm

Install devcdp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "devcdp": {
      "command": "npx",
      "args": [
        "-y",
        "devcdp"
      ],
      "env": {
        "DEVCDP_CHROME_PATH": "<DEVCDP_CHROME_PATH>",
        "DEVCDP_LOG_LEVEL": "<DEVCDP_LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

devcdp in other clients