Skip to content
Grok

mcpie for Grok

io.github.superangrymonkey/mcpie

Standing-order Domino's pizza button: dry-run freely, order only on explicit confirm. Cash only.

client:Grok transport:stdio runtime:pypi

Install mcpie 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": {
    "mcpie": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcpie-pizza"
      ],
      "env": {
        "MCPIE_CONFIG": "<MCPIE_CONFIG>"
      }
    }
  }
}

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

mcpie in other clients