Skip to content
Grok

snowfakery mcp for Grok

io.github.composable-delivery/snowfakery-mcp

MCP server for authoring, analyzing, debugging, and running Snowfakery recipes

client:Grok transport:stdio runtime:pypi

Install snowfakery mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "snowfakery-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "snowfakery-mcp"
      ]
    }
  }
}

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

snowfakery mcp in other clients