← Registry

Productivity

needhuman.ai

Enables requesting human assistance and tracking task completion.

1 endpoint3 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://needhuman.ai/mcp

No auth detected

MCP server metadata

Name
needhuman
Version
0.3.2
Capabilities
tools.listChanged

Known tools 3

need_human

Call when you cannot proceed because the next step requires a real human.

Inferred read-only
check_task_status

Use after dispatching a task via need_human to check whether the human worker has completed it.

Inferred read-only
list_tasks

Use when you have lost track of a task_id or want to review your past human task requests.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.needhuman]
url = "https://needhuman.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "needhuman": {
      "type": "http",
      "url": "https://needhuman.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: needhuman
Remote MCP URL: https://needhuman.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "needhuman": {
      "url": "https://needhuman.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "needhuman": {
      "type": "http",
      "url": "https://needhuman.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "needhuman",
  "transport": "streamable-http",
  "url": "https://needhuman.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.