Animam provides an MCP (Model Context Protocol) server to integrate your chatbot directly into Claude Code and other MCP clients.Documentation Index
Fetch the complete documentation index at: https://docs.animam.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 MCP | With MCP |
|---|---|
| Go to dashboard | Stay in your IDE |
| Copy/paste content | Direct commands |
| Switch between tools | Unified workflow |
Example
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
Features
| Tool | Description |
|---|---|
corpus_list | List corpus entries |
corpus_add | Add an entry |
corpus_update | Modify an entry |
corpus_delete | Delete an entry |
conversations_list | View recent conversations |
chat | Test the chatbot |
settings_get | Read settings |
settings_update | Modify settings |
Next steps
Installation
Install and configure the MCP server
Tools
Complete MCP tools reference