io.github.animicaorg/animica MCP Server
io.github.animicaorg/animica
What is the io.github.animicaorg/animica MCP server?
OpenAI-compatible AI inference, code, embeddings & agent tools for bots — and mine ANM.
How to install io.github.animicaorg/animica
Copy-paste configuration for popular MCP clients.
ANIMICA_API_KEYsecretAnimica API key (anm_live_...). Optional — without it the server auto-provisions a free trial key on first use. Get one at https://pool.animica.org
{
"mcpServers": {
"animica": {
"command": "npx",
"args": [
"-y",
"animica-mcp"
],
"env": {
"ANIMICA_API_KEY": "<YOUR_ANIMICA_API_KEY>"
}
}
}
}{
"mcpServers": {
"animica": {
"command": "npx",
"args": [
"-y",
"animica-mcp"
],
"env": {
"ANIMICA_API_KEY": "<YOUR_ANIMICA_API_KEY>"
}
}
}
}{
"mcpServers": {
"animica": {
"command": "npx",
"args": [
"-y",
"animica-mcp"
],
"env": {
"ANIMICA_API_KEY": "<YOUR_ANIMICA_API_KEY>"
}
}
}
}{
"servers": {
"animica": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"animica-mcp"
],
"env": {
"ANIMICA_API_KEY": "<YOUR_ANIMICA_API_KEY>"
}
}
}
}claude mcp add animica --env ANIMICA_API_KEY=<YOUR_ANIMICA_API_KEY> -- npx -y animica-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.