Skip to content
Claude Code

Anytype (self-hosted HTTP) for Claude Code

io.github.ohneben/anytype-mcp

Self-hosted Anytype MCP server: the full Anytype API as an always-on Docker + HTTP endpoint.

client:Claude Code transport:stdio runtime:oci

Install Anytype (self-hosted HTTP) in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add anytype-mcp -e ANYTYPE_API_KEY=<ANYTYPE_API_KEY> -e PORT=<PORT> -e ANYTYPE_API_BASE_URL=<ANYTYPE_API_BASE_URL> -e ANYTYPE_VERSION=<ANYTYPE_VERSION> -e ANYTYPE_API_HOST_HEADER=<ANYTYPE_API_HOST_HEADER> -e MCP_SHARED_TOKEN=<MCP_SHARED_TOKEN> -e ANYTYPE_MCP_SLIM_RESPONSES=<ANYTYPE_MCP_SLIM_RESPONSES> -- docker run -i --rm ghcr.io/ohneben/anytype-mcp:1.0.6

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

Anytype (self-hosted HTTP) in other clients