MCP Hub
Back to servers

Anima MCP Server

Provides 77 tools for AI agent communication, enabling agents to manage emails, phone messaging, domains, and webhooks. It allows AI models to interact with the Anima platform to automate workflows and administrative tasks across various communication channels.

glama
Updated
Mar 25, 2026

@anima-labs/mcp

MCP (Model Context Protocol) server for Anima — 77 tools for AI agent communication.

Installation

bun add @anima-labs/mcp

Quick Start

# stdio mode (default — for Claude Desktop, Cursor, etc.)
bun run node_modules/@anima-labs/mcp/src/index.ts

# HTTP mode (for web integrations)
bun run node_modules/@anima-labs/mcp/src/index.ts --http --port=8014

Environment Variables

VariableRequiredDescription
ANIMA_API_URLNoAPI server URL (default: http://127.0.0.1:3100)
ANIMA_API_KEYYesAgent API key (ak_ prefix)
ANIMA_MASTER_KEYNoMaster key (mk_ prefix) for admin tools

Claude Desktop Configuration

{
  "mcpServers": {
    "anima": {
      "command": "bun",
      "args": ["run", "node_modules/@anima-labs/mcp/src/index.ts"],
      "env": {
        "ANIMA_API_KEY": "ak_your_api_key_here"
      }
    }
  }
}

77 Tools

CategoryCountExamples
Organization6org_create, org_get, org_list
Agent6agent_create, agent_get, agent_list
Email19email_send, email_reply, email_search
Domain7domain_add, domain_verify, domain_list
Phone6phone_search, phone_send_sms
Message7message_send_email, message_search
Webhook7webhook_create, webhook_test
Security5security_approve, security_scan_content
Utility14whoami, call_agent, wait_for_email

License

MIT

Reviews

No reviews yet

Sign in to write a review