Anytype MCP

The Anytype MCP Server is a Model Context Protocol (MCP) server enabling AI assistants to seamlessly interact with Anytype's API through natural language. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 510 · #7 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Anytype MCP

before you install - you'll need

Set OPENAPI_MCP_HEADERS, ANYTYPE_API_BASE_URL before connecting.

Claude Code

claude mcp add anyproto-anytype-mcp -- npx -y @anyproto/anytype-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "anyproto-anytype-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@anyproto/anytype-mcp"
      ]
    }
  }
}

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

npm package @anyproto/anytype-mcp - published under the repo owner's npm scope (@anyproto)

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

03 · What Anytype MCP can do

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

Latest releases

v1.2.10 · 2026-07-27

Bump actions/setup-node from 6 to 7 in the github-actions group · Bump hono from 4.12.25 to 4.12.31 · Bump brace-expansion from 5.0.6 to 5.0.8 · Bump body-parser from 2.2.2 to 2.3.0 · Bump hono from 4.12.31 to 4.12.32…

v1.2.9 · 2026-06-29

Bump the npm-dependencies group across 1 directory with 7 updates · Bump actions/checkout from 6 to 7 in the github-actions group · Bump js-yaml from 4.1.1 to 4.3.0 · Bump vite from 8.0.13 to 8.1.0 · Bump form-data…

v1.2.8 · 2026-06-13

Bump the npm-dependencies group across 1 directory with 6 updates · Bump esbuild from 0.28.0 to 0.28.1 · Bump qs from 6.15.0 to 6.15.2 · Bump hono from 4.12.19 to 4.12.25

04 · Who maintains Anytype MCP

anytype-mcp is maintained by anyproto. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
API integration - ranked #7 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-27)
registry
io.github.anyproto/anytype-mcp (active, first published 2025-09-17)
packages
npm:@anyproto/anytype-mcp

06 · Anytype MCP FAQ

What is Anytype MCP?

The Anytype MCP Server is a Model Context Protocol (MCP) server enabling AI assistants to seamlessly interact with Anytype's API through natural language. It runs locally over stdio via the published package.

Is Anytype MCP still maintained?

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

How do I install Anytype MCP?

Run `npx -y @anyproto/anytype-mcp`. The README documents 2 environment variables (OPENAPI_MCP_HEADERS, ANYTYPE_API_BASE_URL) to set first. Set OPENAPI_MCP_HEADERS, ANYTYPE_API_BASE_URL before connecting. You can also paste the ready-made client config above.

Does Anytype MCP run locally?

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

07 · Alternatives to Anytype MCP

More API integration MCP servers · Kotlin & Java Library Sources · Apiverve · Bump Guard · Claudinho · VK Ads MCP

More TypeScript MCP servers · Copilot MCP · Apify MCP Server · Domshell · Apocdata MCP Server · Appendix · see all