anima-labs-ai

@anima-labs/mcp

Community anima-labs-ai
Updated

Anima MCP server — 133 tools for AI agent communication, identity, payments

@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

Variable Required Description
ANIMA_API_URL No API server URL (default: http://127.0.0.1:3100)
ANIMA_API_KEY Yes Agent API key (ak_ prefix)
ANIMA_MASTER_KEY No Master 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

Category Count Examples
Organization 6 org_create, org_get, org_list
Agent 6 agent_create, agent_get, agent_list
Email 19 email_send, email_reply, email_search
Domain 7 domain_add, domain_verify, domain_list
Phone 6 phone_search, phone_send_sms
Message 7 message_send_email, message_search
Webhook 7 webhook_create, webhook_test
Security 5 security_approve, security_scan_content
Utility 14 whoami, call_agent, wait_for_email

License

MIT

MCP Server · Populars

MCP Server · New

    feder-cr

    aihawk

    Open-source AI browser agent for web automation, undetected by anti-bot systems: a web browsing agent on a stealth Firefox that is not flagged as a bot, not blocked, and does not trigger captchas. Plain-English tasks, computer-use agent, browser MCP for Claude Code and Gemini CLI.

    Community feder-cr
    LeandroPG19

    MemoryIndustry

    Persistent memory MCP server for AI agents — Rust, 19 tools, knowledge graph, Hebbian learning, episodic memory, contradiction detection, prospective triggers, Bayesian calibration, zero-config Docker setup.

    Community LeandroPG19
    btsouth

    Toolport

    Local-first MCP gateway. One port for every tool and every AI client: lazy discovery (~90% token savings), tool integrity + quarantine, secrets in the OS keychain.

    Community btsouth
    manavmishra

    zeroslop

    Open-source Agent Skill that scores AI-sounding writing 0–100, edits it with your assistant.

    Community manavmishra
    opldotdev

    BSV MCP

    An MCP Server for Bitcoin SV

    Community opldotdev