Skip to main content

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.

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

Features

ToolDescription
corpus_listList corpus entries
corpus_addAdd an entry
corpus_updateModify an entry
corpus_deleteDelete an entry
conversations_listView recent conversations
chatTest the chatbot
settings_getRead settings
settings_updateModify settings

Next steps

Installation

Install and configure the MCP server

Tools

Complete MCP tools reference