Anam MCP Server
Enables managing AI personas, avatars, voices, and sessions from any MCP client, for integration with Anam AI.
README
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-mcp
Using pip
pip install anam-mcp
Configuration
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_personas |
List all personas in your account |
get_persona |
Get details of a specific persona |
create_persona |
Create a new persona with avatar, voice, and personality |
update_persona |
Update an existing persona |
delete_persona |
Delete a persona |
Avatar Management
| Tool | Description |
|---|---|
list_avatars |
List all available avatars |
search_avatars |
Search avatars by name or description |
get_avatar |
Get details of a specific avatar |
create_avatar |
Create custom avatar from image (enterprise/pro) |
update_avatar |
Update an avatar's metadata |
delete_avatar |
Delete a custom avatar |
Voice Management
| Tool | Description |
|---|---|
list_voices |
List all available voices (400+ in 50+ languages) |
search_voices |
Search voices by name, language, or gender |
get_voice |
Get details of a specific voice |
create_voice |
Create a custom voice |
update_voice |
Update a voice's metadata |
delete_voice |
Delete a custom voice |
Tool Management
| Tool | Description |
|---|---|
list_tools |
List all tools in your organization |
get_tool |
Get details of a specific tool |
create_webhook_tool |
Create a webhook tool for API integrations |
create_knowledge_tool |
Create a knowledge/RAG tool |
update_tool |
Update a tool's configuration |
delete_tool |
Delete a tool |
Session Management
| Tool | Description |
|---|---|
create_session_token |
Generate a session token for the client SDK |
list_sessions |
List all sessions with optional filters |
get_session |
Get details of a specific session |
get_session_recording |
Download a session recording |
Knowledge Folders
| Tool | Description |
|---|---|
list_knowledge_folders |
List knowledge folders |
get_knowledge_folder |
Get details of a specific folder |
create_knowledge_folder |
Create a new folder for documents |
update_knowledge_folder |
Update a folder's metadata |
delete_knowledge_folder |
Delete a knowledge folder |
search_knowledge_folder |
Search within a knowledge folder |
Knowledge Documents
| Tool | Description |
|---|---|
list_knowledge_documents |
List documents in a folder |
get_knowledge_document |
Get details of a specific document |
upload_knowledge_document |
Upload a document to a folder |
update_knowledge_document |
Update document metadata |
delete_knowledge_document |
Delete a document |
get_knowledge_document_download |
Download a document |
LLM Management
| Tool | Description |
|---|---|
list_llms |
List all LLM configurations |
get_llm |
Get details of a specific LLM |
create_llm |
Create a new LLM configuration |
update_llm |
Update an LLM configuration |
delete_llm |
Delete an LLM configuration |
Share Links
| Tool | Description |
|---|---|
list_share_links |
List all share links |
get_share_link |
Get details of a specific share link |
create_share_link |
Create a share link for a persona |
update_share_link |
Update a share link |
delete_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_avatar_video |
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_avatar_to_meeting |
Add an Anam avatar to a video meeting |
get_meeting_bot_status |
Check the status of a meeting bot |
remove_avatar_from_meeting |
Remove an avatar from a meeting |
list_meeting_bots |
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) | 30fa96d0-26c4-4e55-94a0-517025942e18 |
| Voice (Cara) | 6bfbe25a-979d-40f3-a92b-5394170af54b |
| Default LLM | 0934d97d-0c3a-4f33-91b0-5e136a0ef466 |
Environment Variables
| Variable | Description | Default |
|---|---|---|
ANAM_API_KEY |
Your Anam API key (required) | - |
ANAM_API_URL |
API base URL (for staging) | https://api.anam.ai |
RECALL_API_KEY |
Recall AI API key (for meeting avatars) | - |
MEET_PAGE_URL |
Avatar meet page URL | https://meet.anam.ai |
TEXT_TO_AVATAR_URL |
Text-to-avatar service URL (early access) | https://anam-org--text-to-avatar-api.modal.run |
Documentation
License
MIT License - see LICENSE for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。