human dispatch mcp for Windsurf
io.github.zyntarasystems/human-dispatch-mcp
MCP server that dispatches physical-world tasks to humans through a unified API
client:Windsurf
transport:stdio
runtime:npm
Install human dispatch mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs