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
- repository
- github.com/anyproto/anytype-mcp
- 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
Alternatives to Anytype MCP
Maintained API integration servers if Anytype MCP isn't the fit.
- Microsoft 365 MCP Server Interact with Microsoft 365 and Office services through the Microsoft Graph API. ★ 932 · 2026-08-24
- Tapo MCP MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents ★ 796 · 2026-08-21
- Idea Reality MCP Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt - returns 0-100 signal. ★ 782 · 2026-08-11
- Sqz Pre-injection context compression for coding agents. Zero LLM calls, zero telemetry, offline-safe. ★ 609 · 2026-08-23
- Sv Number MCP Server Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back. ★ 560 · 2026-08-10
- Strava MCP (r-huijts) MCP server for accessing Strava API ★ 472 · 2026-06-13
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