PluginBench
MCP Server
Maintained
MIT

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • HATCHET_CLIENT_TOKEN
    required
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →