NeedHuman
Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.
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>"
}
}
}
}
Authorizationrequired 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/mcp-server@0.3.2
Or add to your MCP client config:
{
"mcpServers": {
"needhuman-mcp": {
"command": "npx",
"args": [
"-y",
"@needhuman/mcp-server@0.3.2"
],
"env": {
"NEEDHUMAN_API_KEY": "<YOUR_VALUE>",
"NEEDHUMAN_API_URL": "<YOUR_VALUE>"
}
}
}
}
NEEDHUMAN_API_KEYrequired 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
servers
MCP server that exercises all the features of the MCP protocol
screenpipe
Search your local screen recordings, audio transcripts, and computer activity from screenpipe.
apify-mcp-server
Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡
klavis
MCP server for progressive tool usage at any scale (see https://klavis.ai)
mcp-obsidian
Interacting with Obsidian via REST API
metorial
Connect AI agents to 600+ integrations with a single interface - OAuth, scaling, and monitoring included
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry