Human Dispatch
Freeby 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
Human Dispatch MCP Server
MCP server that dispatches physical-world tasks to humans through a unified API
Installation
npx -y human-dispatch-mcp
Reviews
Installation
Quick install
npx -y human-dispatch-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"human-dispatch": {
"command": "npx",
"args": ["-y", "human-dispatch-mcp"]
}
}
}