devcdp for Grok
io.github.dayananda-d/devcdp
Chrome DevTools for AI assistants: console, network, DOM, source maps, breakpoints, live variables.
client:Grok
transport:stdio
runtime:npm
Install devcdp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"devcdp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"devcdp"
],
"env": {
"DEVCDP_CHROME_PATH": "<DEVCDP_CHROME_PATH>",
"DEVCDP_LOG_LEVEL": "<DEVCDP_LOG_LEVEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs