Skip to content

Human Dispatch

Free

by MCP Community

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

v0.3.1Added Apr 12, 2026
mcphuman-in-the-loopmechanical-turktask-dispatch
Works with:ClaudeGPTGeminiCopilot

Human Dispatch MCP Server

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

Installation

npx -y human-dispatch-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y human-dispatch-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "human-dispatch": {
      "command": "npx",
      "args": ["-y", "human-dispatch-mcp"]
    }
  }
}