Anima’s capabilities are exposed as Model Context Protocol tools, so any MCP-aware client can send email, provision numbers, place calls, and use the vault on your behalf.The tools are split into focused domain servers, so you install only what you need:
The Anima CLI detects your installed MCP clients and writes the right config for each one:
# Configure every detected clientanima setup-mcp install --all# Or target a single client and a subset of serversanima setup-mcp install --client cursor --server email,phone
setup-mcp install auto-configures Claude Code, Claude Desktop, Cursor, VS Code, and Windsurf. It backs up any existing config before writing, and stores your API key in the client’s config. Check and confirm what it did:
anima setup-mcp status # what's configured, where, and in which modeanima setup-mcp verify # validate the config (add --ping to test connectivity)
To connect a client the CLI doesn’t configure automatically (such as Codex or Zed), add the configuration by hand using the tabs below.
Each tab shows the CLI command where it applies, plus the manual configuration in that client’s native format. Every server takes your Anima API key (ak_...) as ANIMA_API_KEY.
The CLI does not configure these clients automatically — add the servers using each client’s MCP configuration. Both support stdio servers launched with npx:
If you’d rather not run the servers locally, Anima hosts them at a single endpoint. Point any client with native remote-MCP support at it and send your API key as a bearer token: