Hatchet MCP
Rank #61,581io.github.ElliotPadfield/hatchet-mcp
Observe and operate Hatchet workflows from an AI agent — runs, logs, trigger, cancel, replay.
Hatchet MCP is a Model Context Protocol (MCP) server published by elliotpadfield. It ranks #61,581 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Hatchet MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on May 30, 2026 and most recently updated on May 30, 2026.
Ranks ahead of 70,532 of 132,113 servers on MCP Toplist.
Use Hatchet MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add hatchet-mcp -e "HATCHET_CLIENT_TOKEN=<your HATCHET_CLIENT_TOKEN>" -e "HATCHET_API_BASE=<your HATCHET_API_BASE>" -e "HATCHET_TENANT_ID=<your HATCHET_TENANT_ID>" -- npx -y hatchet-mcpReplace each placeholder with your own value before saving.
[mcp_servers.hatchet-mcp]
command = "npx"
args = ["-y", "hatchet-mcp"]
[mcp_servers.hatchet-mcp.env]
HATCHET_CLIENT_TOKEN = "<your HATCHET_CLIENT_TOKEN>"
HATCHET_API_BASE = "<your HATCHET_API_BASE>"
HATCHET_TENANT_ID = "<your HATCHET_TENANT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hatchet-mcp": {
"command": "npx",
"args": [
"-y",
"hatchet-mcp"
],
"env": {
"HATCHET_CLIENT_TOKEN": "<your HATCHET_CLIENT_TOKEN>",
"HATCHET_API_BASE": "<your HATCHET_API_BASE>",
"HATCHET_TENANT_ID": "<your HATCHET_TENANT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hatchet-mcp": {
"command": "npx",
"args": [
"-y",
"hatchet-mcp"
],
"env": {
"HATCHET_CLIENT_TOKEN": "<your HATCHET_CLIENT_TOKEN>",
"HATCHET_API_BASE": "<your HATCHET_API_BASE>",
"HATCHET_TENANT_ID": "<your HATCHET_TENANT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hatchet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hatchet-mcp"
],
"env": {
"HATCHET_CLIENT_TOKEN": "<your HATCHET_CLIENT_TOKEN>",
"HATCHET_API_BASE": "<your HATCHET_API_BASE>",
"HATCHET_TENANT_ID": "<your HATCHET_TENANT_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hatchet-mcp": {
"command": "npx",
"args": [
"-y",
"hatchet-mcp"
],
"env": {
"HATCHET_CLIENT_TOKEN": "<your HATCHET_CLIENT_TOKEN>",
"HATCHET_API_BASE": "<your HATCHET_API_BASE>",
"HATCHET_TENANT_ID": "<your HATCHET_TENANT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hatchet-mcp": {
"command": "npx",
"args": [
"-y",
"hatchet-mcp"
],
"env": {
"HATCHET_CLIENT_TOKEN": "<your HATCHET_CLIENT_TOKEN>",
"HATCHET_API_BASE": "<your HATCHET_API_BASE>",
"HATCHET_TENANT_ID": "<your HATCHET_TENANT_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ElliotPadfield%2Fhatchet-mcp)<a href="https://mcptoplist.com/server/io.github.ElliotPadfield%2Fhatchet-mcp"><img src="https://mcptoplist.com/badge/io.github.ElliotPadfield%2Fhatchet-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
elliotpadfield
Other servers by elliotpadfield
View all elliotpadfield servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | May 30, 2026 |
Frequently asked questions
- Who maintains Hatchet MCP?
- Hatchet MCP is maintained by elliotpadfield, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Hatchet MCP listed on the Official MCP Registry?
- Yes — Hatchet MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Hatchet MCP have?
- MCP Toplist tracks 1 version of Hatchet MCP, most recently published on May 30, 2026.
- Where can I find the source code for Hatchet MCP?
- The source code for Hatchet MCP is hosted at github.com/elliotpadfield/hatchet-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.