Anytype (self-hosted HTTP)
Rank #11,896io.github.ohneben/anytype-mcp
Self-hosted Anytype MCP server: the full Anytype API as an always-on Docker + HTTP endpoint.
Anytype (self-hosted HTTP) is a Model Context Protocol (MCP) server published by ohneben. It ranks #11,896 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Anytype (self-hosted HTTP) is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 6, 2026 and most recently updated on Sep 5, 2026.
Ranks ahead of 120,217 of 132,113 servers on MCP Toplist.
Use Anytype (self-hosted HTTP)
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 "ANYTYPE_API_KEY=<your ANYTYPE_API_KEY>" -e "PORT=<your PORT>" -e "ANYTYPE_API_BASE_URL=<your ANYTYPE_API_BASE_URL>" -e "ANYTYPE_VERSION=<your ANYTYPE_VERSION>" -e "ANYTYPE_API_HOST_HEADER=<your ANYTYPE_API_HOST_HEADER>" -e "MCP_SHARED_TOKEN=<your MCP_SHARED_TOKEN>" -e "ANYTYPE_MCP_SLIM_RESPONSES=<your ANYTYPE_MCP_SLIM_RESPONSES>" -- docker run -i --rm -p "{PORT}:{PORT}" --add-host host.docker.internal:host-gateway ghcr.io/ohneben/anytype-mcp:1.0.6Replace each placeholder with your own value before saving.
[mcp_servers.anytype-mcp]
command = "docker"
args = ["run", "-i", "--rm", "-p", "{PORT}:{PORT}", "--add-host", "host.docker.internal:host-gateway", "ghcr.io/ohneben/anytype-mcp:1.0.6"]
[mcp_servers.anytype-mcp.env]
ANYTYPE_API_KEY = "<your ANYTYPE_API_KEY>"
PORT = "<your PORT>"
ANYTYPE_API_BASE_URL = "<your ANYTYPE_API_BASE_URL>"
ANYTYPE_VERSION = "<your ANYTYPE_VERSION>"
ANYTYPE_API_HOST_HEADER = "<your ANYTYPE_API_HOST_HEADER>"
MCP_SHARED_TOKEN = "<your MCP_SHARED_TOKEN>"
ANYTYPE_MCP_SLIM_RESPONSES = "<your ANYTYPE_MCP_SLIM_RESPONSES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anytype-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{PORT}:{PORT}",
"--add-host",
"host.docker.internal:host-gateway",
"ghcr.io/ohneben/anytype-mcp:1.0.6"
],
"env": {
"ANYTYPE_API_KEY": "<your ANYTYPE_API_KEY>",
"PORT": "<your PORT>",
"ANYTYPE_API_BASE_URL": "<your ANYTYPE_API_BASE_URL>",
"ANYTYPE_VERSION": "<your ANYTYPE_VERSION>",
"ANYTYPE_API_HOST_HEADER": "<your ANYTYPE_API_HOST_HEADER>",
"MCP_SHARED_TOKEN": "<your MCP_SHARED_TOKEN>",
"ANYTYPE_MCP_SLIM_RESPONSES": "<your ANYTYPE_MCP_SLIM_RESPONSES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anytype-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{PORT}:{PORT}",
"--add-host",
"host.docker.internal:host-gateway",
"ghcr.io/ohneben/anytype-mcp:1.0.6"
],
"env": {
"ANYTYPE_API_KEY": "<your ANYTYPE_API_KEY>",
"PORT": "<your PORT>",
"ANYTYPE_API_BASE_URL": "<your ANYTYPE_API_BASE_URL>",
"ANYTYPE_VERSION": "<your ANYTYPE_VERSION>",
"ANYTYPE_API_HOST_HEADER": "<your ANYTYPE_API_HOST_HEADER>",
"MCP_SHARED_TOKEN": "<your MCP_SHARED_TOKEN>",
"ANYTYPE_MCP_SLIM_RESPONSES": "<your ANYTYPE_MCP_SLIM_RESPONSES>"
}
}
}
}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": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{PORT}:{PORT}",
"--add-host",
"host.docker.internal:host-gateway",
"ghcr.io/ohneben/anytype-mcp:1.0.6"
],
"env": {
"ANYTYPE_API_KEY": "<your ANYTYPE_API_KEY>",
"PORT": "<your PORT>",
"ANYTYPE_API_BASE_URL": "<your ANYTYPE_API_BASE_URL>",
"ANYTYPE_VERSION": "<your ANYTYPE_VERSION>",
"ANYTYPE_API_HOST_HEADER": "<your ANYTYPE_API_HOST_HEADER>",
"MCP_SHARED_TOKEN": "<your MCP_SHARED_TOKEN>",
"ANYTYPE_MCP_SLIM_RESPONSES": "<your ANYTYPE_MCP_SLIM_RESPONSES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anytype-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{PORT}:{PORT}",
"--add-host",
"host.docker.internal:host-gateway",
"ghcr.io/ohneben/anytype-mcp:1.0.6"
],
"env": {
"ANYTYPE_API_KEY": "<your ANYTYPE_API_KEY>",
"PORT": "<your PORT>",
"ANYTYPE_API_BASE_URL": "<your ANYTYPE_API_BASE_URL>",
"ANYTYPE_VERSION": "<your ANYTYPE_VERSION>",
"ANYTYPE_API_HOST_HEADER": "<your ANYTYPE_API_HOST_HEADER>",
"MCP_SHARED_TOKEN": "<your MCP_SHARED_TOKEN>",
"ANYTYPE_MCP_SLIM_RESPONSES": "<your ANYTYPE_MCP_SLIM_RESPONSES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anytype-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{PORT}:{PORT}",
"--add-host",
"host.docker.internal:host-gateway",
"ghcr.io/ohneben/anytype-mcp:1.0.6"
],
"env": {
"ANYTYPE_API_KEY": "<your ANYTYPE_API_KEY>",
"PORT": "<your PORT>",
"ANYTYPE_API_BASE_URL": "<your ANYTYPE_API_BASE_URL>",
"ANYTYPE_VERSION": "<your ANYTYPE_VERSION>",
"ANYTYPE_API_HOST_HEADER": "<your ANYTYPE_API_HOST_HEADER>",
"MCP_SHARED_TOKEN": "<your MCP_SHARED_TOKEN>",
"ANYTYPE_MCP_SLIM_RESPONSES": "<your ANYTYPE_MCP_SLIM_RESPONSES>"
}
}
}
}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.ohneben%2Fanytype-mcp)<a href="https://mcptoplist.com/server/io.github.ohneben%2Fanytype-mcp"><img src="https://mcptoplist.com/badge/io.github.ohneben%2Fanytype-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ohneben
Other servers by ohneben
- BuchhaltungsButler#4,441 · 6 vers
- LearnWorlds#8,549 · 4 vers
- HubSpot#9,963 · 4 vers
- ActiveCampaign#13,627 · 2 vers
- Wafeq#14,507 · 3 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.0.6 | Sep 5, 2026 |
| 1.0.5 | Sep 5, 2026 |
| 1.0.4 | Sep 5, 2026 |
Frequently asked questions
- Who maintains Anytype (self-hosted HTTP)?
- Anytype (self-hosted HTTP) is maintained by ohneben, which publishes 6 MCP servers (22 total versions) tracked on MCP Toplist.
- Is Anytype (self-hosted HTTP) listed on the Official MCP Registry?
- Yes — Anytype (self-hosted HTTP) is listed on the Official MCP Registry, alongside Glama.
- How many versions does Anytype (self-hosted HTTP) have?
- MCP Toplist tracks 3 versions of Anytype (self-hosted HTTP), most recently published on Sep 5, 2026.
- Where can I find the source code for Anytype (self-hosted HTTP)?
- The source code for Anytype (self-hosted HTTP) is hosted at github.com/ohneben/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.