Run the Grok Build CLI as MCP tools: agent runs with live progress, code review, web research.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y grok-build-mcp-server
MCP client config
{
"mcpServers": {
"grok-build": {
"command": "npx",
"args": [
"-y",
"grok-build-mcp-server"
]
}
}
}