Skip to content
Grok

Bult for Grok

io.github.bultcloud/mcp-server

Deploy and manage Bult apps from AI coding agents.

client:Grok transport:stdio runtime:npm

Install Bult in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bultcloud/mcp-server"
      ],
      "env": {
        "BULT_API_URL": "<BULT_API_URL>",
        "BULT_API_TOKEN": "<BULT_API_TOKEN>"
      }
    }
  }
}

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

Bult in other clients