anytype-mcpMCP Server37/100 via “authenticated http client with anytype api integration”
An MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Unique: Implements a stateless HTTP client that relies on environment variable-based API key injection rather than connection-level authentication, allowing the same client instance to be used across multiple concurrent requests without session management overhead. Uses openapi-client-axios to generate typed API client methods from the OpenAPI spec.
vs others: Simpler than building a custom HTTP client with manual header management, but less flexible than full-featured API client libraries that support advanced features like request signing, certificate pinning, or automatic retry logic.