Loading MCP server directory, please wait...
MCP server that dispatches physical-world tasks to humans through a unified API
npx @getmcp/cli add io.github.zyntarasystems/human-dispatch-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zyntarasystems/human-dispatch-mcp": {
"command": "npx",
"args": [
"-y",
"human-dispatch-mcp"
],
"env": {
"RENTAHUMAN_API_KEY": "",
"MTURK_ACCESS_KEY_ID": "",
"MTURK_SECRET_ACCESS_KEY": "",
"MTURK_SANDBOX": "",
"MANUAL_WEBHOOK_URL": ""
}
}
}
}