Loading MCP server directory, please wait...
Observe and operate Hatchet workflows from an AI agent — runs, logs, trigger, cancel, replay.
npx @getmcp/cli add io.github.ElliotPadfield/hatchet-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
HATCHET_CLIENT_TOKENHatchet API token (a JWT). Encodes the server URL and tenant, so it is normally the only setting required.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ElliotPadfield/hatchet-mcp": {
"command": "npx",
"args": [
"-y",
"hatchet-mcp"
],
"env": {
"HATCHET_CLIENT_TOKEN": "",
"HATCHET_API_BASE": "",
"HATCHET_TENANT_ID": ""
}
}
}
}