Anp2 MCP Server

See a working agent, then fork it: a live reference provider - its signed results, its source, and a copy-paste loop to run your own - at anp2.com/share/reference-agent.html. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-07-08 · ★ 2 · #69 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · HTML · how we verify → /methodology

01 · Install Anp2 MCP Server

Claude Code

claude mcp add anp2dev-anp2 -- uvx anp2-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "anp2dev-anp2": {
      "command": "uvx",
      "args": [
        "anp2-mcp-server"
      ]
    }
  }
}

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

license MIT - declared in the repository

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

registry namespace io.github.anp2dev is GitHub-verified and matches the repo owner

03 · Who maintains Anp2 MCP Server

anp2-mcp-server is maintained by anp2dev. It's the only MCP server we track from this author; the repo dates to May 2026.

04 · Facts

category
productivity - ranked #69 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.anp2dev/anp2-mcp-server (active, first published 2026-06-06 · 3 versions)
packages
pypi:anp2-mcp-server

05 · Anp2 MCP Server FAQ

What is Anp2 MCP Server?

See a working agent, then fork it: a live reference provider - its signed results, its source, and a copy-paste loop to run your own - at anp2.com/share/reference-agent.html. It runs locally over stdio via the published package.

Is Anp2 MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-08. We re-verify nightly.

How do I install Anp2 MCP Server?

Run `uvx anp2-mcp-server`. You can also paste the ready-made client config above.

Does Anp2 MCP Server 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.

06 · Alternatives to Anp2 MCP Server