Anam MCP Server
OfficialAdds AI avatars to Google Meet video meetings via integration with Recall AI.
Adds AI avatars to Zoom video meetings via integration with Recall AI.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Anam MCP Serverlist my personas"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Anam MCP Server
Official MCP (Model Context Protocol) server for Anam AI - manage AI personas, avatars, voices, and sessions directly from Claude or any MCP client.
Installation
Using uvx (recommended)
uvx anam-mcpUsing pip
pip install anam-mcpConfiguration
Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"anam": {
"command": "uvx",
"args": ["anam-mcp"],
"env": {
"ANAM_API_KEY": "<your-api-key>"
}
}
}
}Claude Code
Add to your project's .mcp.json:
{
"mcpServers": {
"anam": {
"type": "stdio",
"command": "uvx",
"args": ["anam-mcp"],
"env": {
"ANAM_API_KEY": "<your-api-key>"
}
}
}
}Getting Your API Key
Sign up at Anam Lab
Navigate to the API Keys page
Click "Create API key" and save it securely
Available Tools
Persona Management
Tool | Description |
| List all personas in your account |
| Get details of a specific persona |
| Create a new persona with avatar, voice, and personality |
| Update an existing persona |
| Delete a persona |
Avatar Management
Tool | Description |
| List all available avatars |
| Search avatars by name or description |
| Get details of a specific avatar |
| Create custom avatar from image (enterprise/pro) |
| Update an avatar's metadata |
| Delete a custom avatar |
Voice Management
Tool | Description |
| List all available voices (400+ in 50+ languages) |
| Search voices by name, language, or gender |
| Get details of a specific voice |
| Create a custom voice |
| Update a voice's metadata |
| Delete a custom voice |
Tool Management
Tool | Description |
| List all tools in your organization |
| Get details of a specific tool |
| Create a webhook tool for API integrations |
| Create a knowledge/RAG tool |
| Update a tool's configuration |
| Delete a tool |
Session Management
Tool | Description |
| Generate a session token for the client SDK |
| List all sessions with optional filters |
| Get details of a specific session |
| Download a session recording |
Knowledge Folders
Tool | Description |
| List knowledge folders |
| Get details of a specific folder |
| Create a new folder for documents |
| Update a folder's metadata |
| Delete a knowledge folder |
| Search within a knowledge folder |
Knowledge Documents
Tool | Description |
| List documents in a folder |
| Get details of a specific document |
| Upload a document to a folder |
| Update document metadata |
| Delete a document |
| Download a document |
LLM Management
Tool | Description |
| List all LLM configurations |
| Get details of a specific LLM |
| Create a new LLM configuration |
| Update an LLM configuration |
| Delete an LLM configuration |
Share Links
Tool | Description |
| List all share links |
| Get details of a specific share link |
| Create a share link for a persona |
| Update a share link |
| Delete a share link |
Text-to-Avatar (Early Access)
Internal Testing - This feature is in early access. Contact support@anam.ai for access.
Tool | Description |
| Generate an MP4 video of an avatar speaking a script |
Meeting Avatars (Recall Integration)
Add AI avatars to video meetings (Zoom, Google Meet, Microsoft Teams). Requires a Recall AI API key.
Tool | Description |
| Add an Anam avatar to a video meeting |
| Check the status of a meeting bot |
| Remove an avatar from a meeting |
| List all active meeting bots |
Configuration: Set RECALL_API_KEY environment variable alongside your ANAM_API_KEY.
Example Usage
Once configured, you can ask Claude:
"List all my Anam personas"
"Create a new persona named 'Sales Assistant' with a friendly personality"
"What avatars are available?"
"Generate a session token for my customer support persona"
"Add an avatar to my Google Meet call at meet.google.com/abc-defg-hij"
Default IDs
For quick testing, you can use these default IDs:
Resource | ID |
Avatar (Cara) |
|
Voice (Cara) |
|
Default LLM |
|
Environment Variables
Variable | Description | Default |
| Your Anam API key (required) | - |
| API base URL (for staging) |
|
| Recall AI API key (for meeting avatars) | - |
| Avatar meet page URL |
|
| Text-to-avatar service URL (early access) |
|
Documentation
License
MIT License - see LICENSE for details.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anam-org/anam-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server