Skip to main content

MCP Server

Anima exposes its platform via the Model Context Protocol (MCP), giving AI assistants direct access to agent email, inboxes, vault, phone, voice calls, and more. There are two ways to connect:

Quick Start

Option A: Hosted (remote)

Point any client with remote-MCP support at the hosted endpoint and authenticate with your API key as a Bearer token:

Option B: Local (stdio)

Run the server locally via npx:
By default every tool group is registered. Use --tools to load a subset — fewer tools can improve the model’s tool selection and reduce token usage:

Configuration

CLI Setup (all clients)

The Anima CLI auto-configures every detected MCP client (Claude Desktop, Claude Code, Cursor, Windsurf, VS Code):

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json: Hosted (remote via mcp-remote bridge):
Local (stdio):

Cursor

Hosted (native HTTP):

Claude Code

VS Code

Add to your user mcp.json (Command Palette → MCP: Open User Configuration):

Environment Variables (stdio)

Tool Groups

All groups load by default; pass --tools=<group,...> to the stdio server to load a subset.

Example Usage

Once connected, ask your AI assistant natural language questions:
  • “Send an email from my agent to user@example.com
  • “Store my CRM login credentials in the vault”
  • “Text me now from my agent’s number”
  • “Make a voice call to +1-555-0123”
For editor-specific setup, see Connect your AI client.