MCP Server
MCP
io.github.anyproto/anytype-mcp
Official MCP server for Anytype API - your encrypted, local and collaborative wiki.
Install
npx -y @anyproto/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@anyproto/anytype-mcp",
"version": "1.0.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "JSON string of headers for Anytype API. Example: {\"Authorization\":\"Bearer <YOUR_API_KEY>\", \"Anytype-Version\":\"2025-05-20\"}",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENAPI_MCP_HEADERS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment