← Index

NeedHuman

io.github.MariusAure/needhuman-mcp·v0.3.2·Other
Quality Score
88
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://needhuman.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "needhuman-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@needhuman/mcp-server"
      ],
      "env": {
        "NEEDHUMAN_API_KEY": "<your-needhuman_api_key>",
        "NEEDHUMAN_API_URL": "<needhuman_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "needhuman-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@needhuman/mcp-server"
      ],
      "env": {
        "NEEDHUMAN_API_KEY": "<your-needhuman_api_key>",
        "NEEDHUMAN_API_URL": "<needhuman_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @needhuman/mcp-server
§02  Environment variables
NEEDHUMAN_API_KEY
requiredsecret

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

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other