human dispatch mcp for Cursor
io.github.zyntarasystems/human-dispatch-mcp
MCP server that dispatches physical-world tasks to humans through a unified API
client:Cursor
transport:stdio
runtime:npm
Install human dispatch mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"human-dispatch-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs