ENDPOINT 1
https://needhuman.ai/mcp
MCP server metadata
- Name
- needhuman
- Version
- 0.3.2
Known tools 3
need_humanCall when you cannot proceed because the next step requires a real human.
Inferred read-onlycheck_task_statusUse after dispatching a task via need_human to check whether the human worker has completed it.
Inferred read-onlylist_tasksUse when you have lost track of a task_id or want to review your past human task requests.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.