Odel
Grok Build

Grok Build

Local
@nuruvalaTypeScriptMITUpdated 1w ago

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).

npmgrok-build-mcp-serverv0.2.5

Run

npx -y grok-build-mcp-server

MCP client config

{
  "mcpServers": {
    "grok-build": {
      "command": "npx",
      "args": [
        "-y",
        "grok-build-mcp-server"
      ]
    }
  }
}