← Back to browse

human-dispatch-mcp

Indexed by io.github.zyntarasystems

About

MCP server that dispatches physical-world tasks to humans through a unified API

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRENTAHUMAN_API_KEY MTURK_ACCESS_KEY_ID MTURK_SECRET_ACCESS_KEY MTURK_SANDBOX MANUAL_WEBHOOK_URL
Claude Code
claude mcp add --env RENTAHUMAN_API_KEY= --env MTURK_ACCESS_KEY_ID= --env MTURK_SECRET_ACCESS_KEY= --env MTURK_SANDBOX= --env MANUAL_WEBHOOK_URL= human-dispatch-mcp -- npx human-dispatch-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"human-dispatch-mcp","command":"npx","args":["human-dispatch-mcp"],"env":{"RENTAHUMAN_API_KEY":"","MTURK_ACCESS_KEY_ID":"","MTURK_SECRET_ACCESS_KEY":"","MTURK_SANDBOX":"","MANUAL_WEBHOOK_URL":""}}'
JSON
{
  "mcpServers": {
    "human-dispatch-mcp": {
      "command": "npx",
      "args": [
        "human-dispatch-mcp"
      ],
      "env": {
        "RENTAHUMAN_API_KEY": "",
        "MTURK_ACCESS_KEY_ID": "",
        "MTURK_SECRET_ACCESS_KEY": "",
        "MTURK_SANDBOX": "",
        "MANUAL_WEBHOOK_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.