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
{
"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