DevTool MCP for Grok
io.github.standardbeagle/devtool-mcp
Development tooling MCP server with process management, proxy, and frontend diagnostics
client:Grok
transport:stdio
runtime:npm
Install DevTool MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"devtool-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@standardbeagle/devtool-mcp"
]
}
}
}
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