Serversio.github.anyproto/anytype-mcp
M

io.github.anyproto/anytype-mcp

io.github.anyproto/anytype-mcp · v1.0.7
▦ npm
v1.0.7npm npm: @anyproto/anytype-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.anyproto/anytype-mcp",
  "description": "Official MCP server for Anytype API - your encrypted, local and collaborative wiki.",
  "repository": {
    "url": "https://github.com/anyproto/anytype-mcp",
    "source": "github"
  },
  "version": "1.0.7",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}