Animica
Rank #42,993io.github.animicaorg/animica
Read-only Animica chain data, free AI inference, verifiable quantum randomness, and mining stats.
Animica is a Model Context Protocol (MCP) server published by animicaorg. It ranks #42,993 of 132,113 servers tracked on MCP Toplist. Animica is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jun 21, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 89,120 of 132,113 servers on MCP Toplist.
Use Animica
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http animica https://mcp.animica.org/mcpclaude mcp add --transport http animica https://animica.dev/mcpclaude mcp add animica -e "ANIMICA_API_KEY=<your ANIMICA_API_KEY>" -e "ANIMICA_RPC_URL=<your ANIMICA_RPC_URL>" -e "ANIMICA_BASE_URL=<your ANIMICA_BASE_URL>" -e "ANIMICA_POOL_URL=<your ANIMICA_POOL_URL>" -e "ANIMICA_BEACON_URL=<your ANIMICA_BEACON_URL>" -e "ANIMICA_MODEL=<your ANIMICA_MODEL>" -e "ANIMICA_MCP_TIMEOUT_S=<your ANIMICA_MCP_TIMEOUT_S>" -- uvx animica-mcpReplace each placeholder with your own value before saving.
[mcp_servers.animica]
url = "https://mcp.animica.org/mcp"Add to ~/.codex/config.toml.
[mcp_servers.animica]
url = "https://animica.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.animica]
command = "uvx"
args = ["animica-mcp"]
[mcp_servers.animica.env]
ANIMICA_API_KEY = "<your ANIMICA_API_KEY>"
ANIMICA_RPC_URL = "<your ANIMICA_RPC_URL>"
ANIMICA_BASE_URL = "<your ANIMICA_BASE_URL>"
ANIMICA_POOL_URL = "<your ANIMICA_POOL_URL>"
ANIMICA_BEACON_URL = "<your ANIMICA_BEACON_URL>"
ANIMICA_MODEL = "<your ANIMICA_MODEL>"
ANIMICA_MCP_TIMEOUT_S = "<your ANIMICA_MCP_TIMEOUT_S>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.animica.org/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://animica.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"animica": {
"command": "uvx",
"args": [
"animica-mcp"
],
"env": {
"ANIMICA_API_KEY": "<your ANIMICA_API_KEY>",
"ANIMICA_RPC_URL": "<your ANIMICA_RPC_URL>",
"ANIMICA_BASE_URL": "<your ANIMICA_BASE_URL>",
"ANIMICA_POOL_URL": "<your ANIMICA_POOL_URL>",
"ANIMICA_BEACON_URL": "<your ANIMICA_BEACON_URL>",
"ANIMICA_MODEL": "<your ANIMICA_MODEL>",
"ANIMICA_MCP_TIMEOUT_S": "<your ANIMICA_MCP_TIMEOUT_S>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"animica": {
"url": "https://mcp.animica.org/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"animica": {
"url": "https://animica.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"animica": {
"command": "uvx",
"args": [
"animica-mcp"
],
"env": {
"ANIMICA_API_KEY": "<your ANIMICA_API_KEY>",
"ANIMICA_RPC_URL": "<your ANIMICA_RPC_URL>",
"ANIMICA_BASE_URL": "<your ANIMICA_BASE_URL>",
"ANIMICA_POOL_URL": "<your ANIMICA_POOL_URL>",
"ANIMICA_BEACON_URL": "<your ANIMICA_BEACON_URL>",
"ANIMICA_MODEL": "<your ANIMICA_MODEL>",
"ANIMICA_MCP_TIMEOUT_S": "<your ANIMICA_MCP_TIMEOUT_S>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"animica": {
"type": "http",
"url": "https://mcp.animica.org/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"animica": {
"type": "http",
"url": "https://animica.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"animica": {
"type": "stdio",
"command": "uvx",
"args": [
"animica-mcp"
],
"env": {
"ANIMICA_API_KEY": "<your ANIMICA_API_KEY>",
"ANIMICA_RPC_URL": "<your ANIMICA_RPC_URL>",
"ANIMICA_BASE_URL": "<your ANIMICA_BASE_URL>",
"ANIMICA_POOL_URL": "<your ANIMICA_POOL_URL>",
"ANIMICA_BEACON_URL": "<your ANIMICA_BEACON_URL>",
"ANIMICA_MODEL": "<your ANIMICA_MODEL>",
"ANIMICA_MCP_TIMEOUT_S": "<your ANIMICA_MCP_TIMEOUT_S>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"animica": {
"serverUrl": "https://mcp.animica.org/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"animica": {
"serverUrl": "https://animica.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"animica": {
"command": "uvx",
"args": [
"animica-mcp"
],
"env": {
"ANIMICA_API_KEY": "<your ANIMICA_API_KEY>",
"ANIMICA_RPC_URL": "<your ANIMICA_RPC_URL>",
"ANIMICA_BASE_URL": "<your ANIMICA_BASE_URL>",
"ANIMICA_POOL_URL": "<your ANIMICA_POOL_URL>",
"ANIMICA_BEACON_URL": "<your ANIMICA_BEACON_URL>",
"ANIMICA_MODEL": "<your ANIMICA_MODEL>",
"ANIMICA_MCP_TIMEOUT_S": "<your ANIMICA_MCP_TIMEOUT_S>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"animica": {
"url": "https://mcp.animica.org/mcp"
}
}
}{
"mcpServers": {
"animica": {
"url": "https://animica.dev/mcp"
}
}
}{
"mcpServers": {
"animica": {
"command": "uvx",
"args": [
"animica-mcp"
],
"env": {
"ANIMICA_API_KEY": "<your ANIMICA_API_KEY>",
"ANIMICA_RPC_URL": "<your ANIMICA_RPC_URL>",
"ANIMICA_BASE_URL": "<your ANIMICA_BASE_URL>",
"ANIMICA_POOL_URL": "<your ANIMICA_POOL_URL>",
"ANIMICA_BEACON_URL": "<your ANIMICA_BEACON_URL>",
"ANIMICA_MODEL": "<your ANIMICA_MODEL>",
"ANIMICA_MCP_TIMEOUT_S": "<your ANIMICA_MCP_TIMEOUT_S>"
}
}
}
}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.animicaorg%2Fanimica)<a href="https://mcptoplist.com/server/io.github.animicaorg%2Fanimica"><img src="https://mcptoplist.com/badge/io.github.animicaorg%2Fanimica.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
animicaorg
Other servers by animicaorg
View all animicaorg servers →Available versions (4)
| Version | Published |
|---|---|
| 0.2.2 | Aug 14, 2026 |
| 0.2.1 | Aug 14, 2026 |
| 0.2.0 | Aug 14, 2026 |
| 0.1.1 | Jun 21, 2026 |
Frequently asked questions
- Who maintains Animica?
- Animica is maintained by animicaorg, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Animica listed on the Official MCP Registry?
- Yes — Animica is listed on the Official MCP Registry, alongside Glama.
- How many versions does Animica have?
- MCP Toplist tracks 4 versions of Animica, most recently published on Aug 14, 2026.
- Where can I find the source code for Animica?
- The source code for Animica is hosted at github.com/animicaorg/animica-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.