> ## 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.

# MCP Server

> Integrate Animam with Claude Code via MCP

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 MCP          | With MCP         |
| -------------------- | ---------------- |
| Go to dashboard      | Stay in your IDE |
| Copy/paste content   | Direct commands  |
| Switch between tools | Unified 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](/mcp/tools).

| Area                  | Tools                                                                                 |
| --------------------- | ------------------------------------------------------------------------------------- |
| Tenant & branding     | `get_tenant`, `update_tenant` (persona, avatar, colors, widget teaser/pulse, domains) |
| External MCP tools    | `get_mcp_tools`, `update_mcp_tools` (plug your own MCP server)                        |
| Segments              | `list_segments`, `get_segment`, `update_segment`, `create_segment`                    |
| Knowledge base        | `list_corpus`, `get_corpus`, `create_corpus`, `update_corpus`, `delete_corpus`        |
| Bots (Builder/Agency) | `list_bots`, `create_bot`, `delete_bot`, `get_bot_stats`, `deploy_corpus`             |
| Chat                  | `chat_test`                                                                           |

## Next steps

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/mcp/installation">
    Install and configure the MCP server
  </Card>

  <Card title="Tools" icon="wrench" href="/mcp/tools">
    Complete MCP tools reference
  </Card>
</CardGroup>
