No Human MCP Server

From ticket to reviewed pull request. Free and open-source, on your machine. It runs locally over stdio via the published package.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 41 · #52 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install No Human

Claude Code

claude mcp add no-human-ai-no_human -- uvx no-human

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "no-human-ai-no_human": {
      "command": "uvx",
      "args": [
        "no-human"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-05 - young repo, little track record yet

license MIT - declared in the repository

pypi package no-human - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.no-human-ai is GitHub-verified and matches the repo owner

03 · What No Human can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.4 · 2026-08-20

Fixes nh mcp-serve on every install that resolves dependencies from PyPI - which is every install that is not a git checkout. · The bug (public issue #15). intake/mcp_bridge.py imports mcp.server.fastmcp; the MCP SDK…

v0.1.3 · 2026-08-20

Registry release - the package now carries what the official MCP Registry needs, plus the loop fixes that accumulated since 0.1.2. · MCP · server.json + the README ownership marker list no_human's MCP bridge on the…

v0.1.2 · 2026-08-20

Security and release-infrastructure release. Same product as 0.1.1, patched runtime, and - unlike 0.1.1, which shipped macOS only - an artifact for every platform, all built from one commit (d1d0adc862c6). · Dependency…

04 · Who maintains No Human

no_human is maintained by no-human-ai. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
developer tools - ranked #52 of 139 actively-maintained developer tools servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-20)
registry
io.github.no-human-ai/no_human (active, first published 2026-08-20 · 2 versions)
packages
pypi:no-human

06 · No Human FAQ

What is No Human?

From ticket to reviewed pull request. Free and open-source, on your machine. It runs locally over stdio via the published package.

Is No Human still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install No Human?

Run `uvx no-human`. You can also paste the ready-made client config above.

Does No Human run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to No Human

More developer tools MCP servers · Regex LE · Culprit · Code Sanitizer · Debug Recorder · Sqlike MCP

More Python MCP servers · Noisy Coding · Local FAISS MCP Server · Norman MCP Server · Distillery · see all