mcpbeat Sign in

Hatchet MCP Server

by elliotpadfield Your server? Claim it
local only

Hatchet MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 31 May 2026.

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

Installs per day peak 107 · avg 15 · +0% w/w
a month agotoday
50
Installs / week
npm · hatchet-mcp
1
Stars
0 open issues
31 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hatchet MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hatchet-mcp -- npx -y hatchet-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hatchet-mcp": {
      "args": [
        "-y",
        "hatchet-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hatchet-mcp]
command = "npx"
args = ["-y", "hatchet-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hatchet-mcp": {
      "args": [
        "-y",
        "hatchet-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hatchet-mcp": {
      "args": [
        "-y",
        "hatchet-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HATCHET_CLIENT_TOKEN (Hatchet API token (a JWT). Encodes the server URL and tenant, so it is normally the only setting required.), HATCHET_API_BASE (Override the API base URL. Self-hosters can point this at any Hatchet instance.), HATCHET_TENANT_ID (Override the tenant id decoded from the token.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hatchet MCP

same job, measured the same way
Airflow
by us-all

Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)

80 installs/wk local only
OpenVibeCoding Read-only MCP
by xiaojiou176-open

Read-only MCP for OpenVibeCoding runs, workflows, proof, queue, replay, and incident reads.

40 installs/wk local only
CircleCI
by circleci

CircleCI's MCP server: inspect projects, runs, workflows, jobs, logs, tests, and artifacts.

22 tools answering
Ami Survey
by speedofred

Measures the cost, tokens and duration of a completed agent workflow from its session log.

local only
MCP Agent Trace Inspector
by dbsectrainer

Step-by-step observability for MCP agent workflows

23 installs/wk local only
Heystack
by heystack

Observability for AI apps: investigate traces, logs, LLM usage, replays and crashes; manage alerts.

answering
Alertlogic MCP
by rijul170

MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows

64 installs/wk local only
Sable Platform + HyperDX Observability
by sable-inc

Manage Sable AI voice agents, query HyperDX logs and metrics, and deploy — all from your IDE

local only

Hatchet MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hatchet MCP?
Hatchet MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package hatchet-mcp was installed 50 times last week.
How do I connect Hatchet MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hatchet-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hatchet MCP?
The npm package hatchet-mcp was installed 50 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hatchet MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.