mcpbeat Sign in

HumanOps MCP Server

by thepianistdirector Your server? Claim it
local only

HumanOps runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm.

MCP server for AI agents to dispatch real-world tasks to verified human operators

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 22 · avg 4 · +67% w/w
a month agotoday
24
Installs / week
npm · @humanops/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository thepianistdirector/real-auto-code
пакет @humanops/mcp-server ссылается на thepianistdirector/humanops

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add humanops -- npx -y @humanops/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "humanops": {
      "args": [
        "-y",
        "@humanops/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.humanops]
command = "npx"
args = ["-y", "@humanops/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "humanops": {
      "args": [
        "-y",
        "@humanops/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "humanops": {
      "args": [
        "-y",
        "@humanops/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HUMANOPS_API_KEY (Your HumanOps API key for authenticating agent requests), HUMANOPS_API_URL (HumanOps API base URL), HUMANOPS_SANDBOX (Enable sandbox mode for testing (set to 'true')). The author declared them in the registry entry; get the values from the project itself.

Alternatives to HumanOps

same job, measured the same way
Molt2Meet
by molt2meet-org

Dispatch real-world physical tasks to verified human operators. Escrow or direct-settlement.

54 tools answering
I
ProofStream
by proofstreamai

Dispatch a human verifier to physically verify anything in the real world. For AI agents.

25 installs/wk local only
Human Dispatch MCP
by zyntarasystems

MCP server that dispatches physical-world tasks to humans through a unified API

45 installs/wk local only
Haas.my — Human-as-a-Service
by haas

Hire verified humans for real-world tasks via API or MCP. 14 tools, free API key.

answering
Callable
by ccstt-dev

API for AI agents to delegate tasks to real humans.

3 tools answering
Touchgrass MCP
by bbb-build

Hire Orb-verified humans for real-world tasks with on-chain escrow on World Chain

27 installs/wk local only
AI.TV MCP Server
by ai

Remote MCP server for AI.TV creators — delegate account operations to your AI agent over MCP.

answering
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

68 installs/wk local only

HumanOps — questions

Answers built from our own checks of this server.

Why is there no uptime for HumanOps?
HumanOps runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @humanops/mcp-server was installed 24 times last week.
Is HumanOps still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect HumanOps?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @humanops/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use HumanOps?
The npm package @humanops/mcp-server was installed 24 times in the last week. Week over week that is +67%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.