mcpbeat Sign in

Human Dispatch MCP Server

by zyntarasystems Your server? Claim it
local only

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

MCP server that dispatches physical-world tasks to humans through a unified API

Installs per day peak 20 · avg 7 · -31% w/w
a month agotoday
45
Installs / week
npm · human-dispatch-mcp
0
Stars
0 open issues
27 May 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Human Dispatch 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 human-dispatch-mcp -- npx -y human-dispatch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "human-dispatch-mcp": {
      "args": [
        "-y",
        "human-dispatch-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.human-dispatch-mcp]
command = "npx"
args = ["-y", "human-dispatch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "human-dispatch-mcp": {
      "args": [
        "-y",
        "human-dispatch-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "human-dispatch-mcp": {
      "args": [
        "-y",
        "human-dispatch-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RENTAHUMAN_API_KEY (API key for the RentAHuman.ai backend), MTURK_ACCESS_KEY_ID (AWS access key ID for the Amazon Mechanical Turk backend), MTURK_SECRET_ACCESS_KEY (AWS secret access key for the Amazon Mechanical Turk backend), MTURK_SANDBOX (Set to "false" to use MTurk production environment (defaults to sandbox mode)), MANUAL_WEBHOOK_URL (Webhook URL for the manual backend to send task notifications). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Human Dispatch MCP

same job, measured the same way
HumanOps
by thepianistdirector

MCP server for AI agents to dispatch real-world tasks to verified human operators

24 installs/wk local only
Molt2Meet
by molt2meet-org

Dispatch real-world physical tasks to verified human operators. Escrow or direct-settlement.

54 tools answering
Haas.my — Human-as-a-Service
by haas

Hire verified humans for real-world tasks via API or MCP. 14 tools, free API key.

answering
Physical Capability Cloud
by capability

Discover, hire, and verify real-world physical capability through MCP.

answering
I
ProofStream
by proofstreamai

Dispatch a human verifier to physically verify anything in the real world. For AI agents.

25 installs/wk local only
Unifi MCP Server
by enuno

An MCP server that leverages official UniFi API

25 installs/wk local only
Sec Edgar MCP
by stefanoamorelli

SEC EDGAR MCP server that provides access to the US public filings through the US SEC EDGAR API

807 installs/wk local only
Datacron
by vblackjack

Local-first MCP server that exposes a Markdown vault through MCP.

1 802 installs/wk local only

Human Dispatch MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Human Dispatch MCP?
Human Dispatch 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 human-dispatch-mcp was installed 45 times last week.
How do I connect Human Dispatch 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 human-dispatch-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Human Dispatch MCP?
The npm package human-dispatch-mcp was installed 45 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Human Dispatch MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.