Skip to content
Grok

hatchet mcp for Grok

io.github.elliotpadfield/hatchet-mcp

Observe and operate Hatchet workflows from an AI agent — runs, logs, trigger, cancel, replay.

client:Grok transport:stdio runtime:npm

Install hatchet mcp 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": {
    "hatchet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hatchet-mcp"
      ],
      "env": {
        "HATCHET_CLIENT_TOKEN": "<HATCHET_CLIENT_TOKEN>",
        "HATCHET_API_BASE": "<HATCHET_API_BASE>",
        "HATCHET_TENANT_ID": "<HATCHET_TENANT_ID>"
      }
    }
  }
}

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

hatchet mcp in other clients