io.github.ElliotPadfield/hatchet-mcp MCP Server
io.github.ElliotPadfield/hatchet-mcp
What is the io.github.ElliotPadfield/hatchet-mcp MCP server?
Observe and operate Hatchet workflows from an AI agent — runs, logs, trigger, cancel, replay.
How to install io.github.ElliotPadfield/hatchet-mcp
Copy-paste configuration for popular MCP clients.
HATCHET_CLIENT_TOKENrequiredsecretHatchet API token (a JWT). Encodes the server URL and tenant, so it is normally the only setting required.
HATCHET_API_BASEOverride the API base URL. Self-hosters can point this at any Hatchet instance.
HATCHET_TENANT_IDOverride the tenant id decoded from the token.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add hatchet-mcp --env HATCHET_CLIENT_TOKEN=<YOUR_HATCHET_CLIENT_TOKEN> --env HATCHET_API_BASE=<YOUR_HATCHET_API_BASE> --env HATCHET_TENANT_ID=<YOUR_HATCHET_TENANT_ID> -- npx -y hatchet-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.