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)
{
"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