Skip to content
Cursor

devcdp for Cursor

io.github.dayananda-d/devcdp

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

client:Cursor transport:stdio runtime:npm

Install devcdp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

devcdp in other clients