Skip to main content
Animam provides an MCP (Model Context Protocol) server to integrate your chatbot directly into Claude Code and other MCP clients.

What is MCP?

The Model Context Protocol is an open standard created by Anthropic to connect LLMs to external data sources. With the Animam MCP, you can:
  • Manage your corpus directly from Claude Code
  • Read recent conversations
  • Modify tenant settings
  • Test the chatbot locally

Why use MCP?

Without MCPWith MCP
Go to dashboardStay in your IDE
Copy/paste contentDirect commands
Switch between toolsUnified workflow

Example

You: Add this FAQ to the corpus: "How do I reset my password?" -> "Click on Forgot password..."

Claude: I've added the entry to the corpus with the title "FAQ - Password reset".

Compatible clients

The Animam MCP server works with:
  • Claude Code (CLI) - Recommended
  • Claude Desktop - Desktop application
  • Cursor - IDE with MCP support
  • Any MCP client - Open standard

Capabilities

The MCP server exposes 25 tools across 6 areas. Full reference (parameters, scopes): MCP tools.
AreaTools
Tenant & brandingget_tenant, update_tenant (persona, avatar, colors, widget teaser/pulse, domains)
External MCP toolsget_mcp_tools, update_mcp_tools (plug your own MCP server)
Segmentslist_segments, get_segment, update_segment, create_segment
Knowledge baselist_corpus, get_corpus, create_corpus, update_corpus, delete_corpus
Bots (Builder/Agency)list_bots, create_bot, delete_bot, get_bot_stats, deploy_corpus
Chatchat_test

Next steps

Installation

Install and configure the MCP server

Tools

Complete MCP tools reference