Anytype MCP
Rank #999io.github.anyproto/anytype-mcp
MCP server providing anytype-mcp capabilities
Anytype MCP is a Model Context Protocol (MCP) server published by anyproto. It ranks #999 of 132,046 servers tracked on MCP Toplist, and its repository has 525 GitHub stars. Anytype MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on May 30, 2025 and most recently updated on Sep 17, 2025.
Ranks ahead of 131,047 of 132,046 servers on MCP Toplist.
Use Anytype MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add anytype-mcp -e "OPENAPI_MCP_HEADERS=<your OPENAPI_MCP_HEADERS>" -- npx -y @anyproto/anytype-mcpReplace each placeholder with your own value before saving.
[mcp_servers.anytype-mcp]
command = "npx"
args = ["-y", "@anyproto/anytype-mcp"]
[mcp_servers.anytype-mcp.env]
OPENAPI_MCP_HEADERS = "<your OPENAPI_MCP_HEADERS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anytype-mcp": {
"command": "npx",
"args": [
"-y",
"@anyproto/anytype-mcp"
],
"env": {
"OPENAPI_MCP_HEADERS": "<your OPENAPI_MCP_HEADERS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anytype-mcp": {
"command": "npx",
"args": [
"-y",
"@anyproto/anytype-mcp"
],
"env": {
"OPENAPI_MCP_HEADERS": "<your OPENAPI_MCP_HEADERS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"anytype-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@anyproto/anytype-mcp"
],
"env": {
"OPENAPI_MCP_HEADERS": "<your OPENAPI_MCP_HEADERS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anytype-mcp": {
"command": "npx",
"args": [
"-y",
"@anyproto/anytype-mcp"
],
"env": {
"OPENAPI_MCP_HEADERS": "<your OPENAPI_MCP_HEADERS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anytype-mcp": {
"command": "npx",
"args": [
"-y",
"@anyproto/anytype-mcp"
],
"env": {
"OPENAPI_MCP_HEADERS": "<your OPENAPI_MCP_HEADERS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.anyproto%2Fanytype-mcp)<a href="https://mcptoplist.com/server/io.github.anyproto%2Fanytype-mcp"><img src="https://mcptoplist.com/badge/io.github.anyproto%2Fanytype-mcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
anyproto
Available versions (2)
| Version | Published |
|---|---|
| 1.0.7 | Sep 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Anytype MCP?
- Anytype MCP is maintained by anyproto, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Anytype MCP listed on the Official MCP Registry?
- Yes — Anytype MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Anytype MCP have?
- MCP Toplist tracks 2 versions of Anytype MCP, most recently published on Sep 17, 2025.
- Where can I find the source code for Anytype MCP?
- The source code for Anytype MCP is hosted at github.com/anyproto/anytype-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.