Skip to content
Cursor

hatchet mcp for Cursor

io.github.elliotpadfield/hatchet-mcp

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

client:Cursor transport:stdio runtime:npm

Install hatchet mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hatchet mcp in other clients