HomeOther › NeedHuman

NeedHuman

Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-03-18 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://needhuman.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http needhuman-mcp https://needhuman.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "needhuman-mcp": {
      "url": "https://needhuman.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token. Self-register for free (3 tasks): curl -X POST https://needhuman.ai/api/v1/keys/register -H 'Content-Type: application/json' -d '{"name":"my-agent"}'

Package (npm 0.3.2)

npx -y @needhuman/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "needhuman-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@needhuman/[email protected]"
      ],
      "env": {
        "NEEDHUMAN_API_KEY": "<YOUR_VALUE>",
        "NEEDHUMAN_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • NEEDHUMAN_API_KEY required secret — Your NeedHuman API key. Self-register for free (3 tasks): curl -X POST https://needhuman.ai/api/v1/keys/register -H 'Content-Type: application/json' -d '{"name":"my-agent"}'
  • NEEDHUMAN_API_URL — API base URL. Defaults to https://needhuman.ai

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry