human dispatch mcp for Cline
io.github.zyntarasystems/human-dispatch-mcp
MCP server that dispatches physical-world tasks to humans through a unified API
client:Cline
transport:stdio
runtime:npm
Install human dispatch mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"human-dispatch-mcp": {
"command": "npx",
"args": [
"-y",
"human-dispatch-mcp"
],
"env": {
"RENTAHUMAN_API_KEY": "<RENTAHUMAN_API_KEY>",
"MTURK_ACCESS_KEY_ID": "<MTURK_ACCESS_KEY_ID>",
"MTURK_SECRET_ACCESS_KEY": "<MTURK_SECRET_ACCESS_KEY>",
"MTURK_SANDBOX": "<MTURK_SANDBOX>",
"MANUAL_WEBHOOK_URL": "<MANUAL_WEBHOOK_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs