Back to Browse

Anima MCP Server

Developer ToolsModerate6.9MCP RegistryRemote
Free

Server data from the Official MCP Registry

Give your AI agent an identity it owns: email inbox, US phone number, SMS, voice, and a vault.

About

Give your AI agent an identity it owns: email inbox, US phone number, SMS, voice, and a vault.

Remote endpoints: streamable-http: https://mcp.useanima.sh/mcp

Security Report

6.9
Moderate6.9Moderate Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. 3 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

Endpoint verified · Requires authentication · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-anima-labs-ai-anima": {
      "url": "https://mcp.useanima.sh/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@anima-labs/mcp-server

The hosted MCP server behind https://mcp.useanima.sh — the recommended way to connect AI assistants to Anima. It exposes the full tool surface (66 tools today) over streamable HTTP with Authorization: Bearer <ak_… or mk_…>.

This package is deliberately not published to npm: it is the deployed gateway. For a local/stdio server use @anima-labs/mcp (published, 53 core tools) — same platform, same auth. Client setup for both lives in the MCP docs, or run anima setup-mcp.

Endpoints

One gateway, scoped mounts. /mcp carries everything; the per-domain mounts serve tailored connections with a smaller tool count:

  • /mcp — all tools (recommended)
  • /agent — agent lifecycle (create/get/list/update/delete)
  • /email — Anima agent mailboxes: inbox create/get/list/update/delete, send/reply/forward, threads, drafts, attachments, custom domains (agents.useanima.sh addresses or your own domain — no Gmail/SMTP relay involved)
  • /phone — phone number provisioning, SMS threads, voice calls + transcripts/recordings (Telnyx-backed)
  • /platform — account/usage overviews and webhook management
  • /vault — encrypted credential vault: CRUD, search, TOTP, server-side use, credential requests, OAuth connections, Connect Links
  • /extension — browser extension connect (headless / Puppeteer)

Run locally (development)

bun run src/index.ts

Environment: ANIMA_API_URL (defaults to a local dev API at http://127.0.0.1:3100; the production deployment sets it to the live API), MCP_BASE_URL, PORT.

History

Replaces five separate packages (mcp-agent, mcp-email, mcp-phone, mcp-platform, mcp-vault) and the mcp-core shared library.

Reviews

No reviews yet

Be the first to review this server!