Skip to content
Cline

devcdp for Cline

io.github.dayananda-d/devcdp

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

client:Cline transport:stdio runtime:npm

Install devcdp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

devcdp in other clients