RetellAI
Interact with RetellAI's voice services to create conversational voice AI.
RetellAI MCP Server
This is a Model Context Protocol (MCP) server implementation for RetellAI, allowing AI assistants to interact with RetellAI's voice services.
Features
The RetellAI MCP server provides tools for:
- Call Management: Create and manage phone calls and web calls
- Agent Management: Create and manage voice agents with different LLM configurations
- Phone Number Management: Provision and configure phone numbers
- Voice Management: Access and use different voice options
Claude Desktop Setup
- Open
Claude Desktopand pressCMD + ,to go toSettings. - Click on the
Developertab. - Click on the
Edit Configbutton. - This will open the
claude_desktop_config.jsonfile in your file explorer. - Get your Retell API key from the Retell dashboard (https://dashboard.retellai.com/apiKey).
- Add the following to your
claude_desktop_config.jsonfile. See here for more details. - Restart the Claude Desktop after editing the config file.
{
"mcpServers": {
"retellai-mcp-server": {
"command": "npx",
"args": ["-y", "@abhaybabbar/retellai-mcp-server"],
"env": {
"RETELL_API_KEY": "<your_retellai_token>"
}
}
}
}
Troubleshooting: "No tools available"
If Claude Desktop shows the server but no tools, upgrade to the latest package version:
npx -y @abhaybabbar/retellai-mcp-server@latest
This issue is typically caused by dependency/version mismatch in older installs.
Example use cases:
- List all the numbers I have in retellai
- List all the agents I have
- Tell me more about pizza delivery agent
- Creating agent and calling example:
- Create an agent that calls my local pizza shop, make sure to keep the conversation short and to the point.
- Order a margeritta pizza
- Payment will be done by cash on delivery
- Send it to
- The agent should pretend to be me. My name is <your_name>
- Make an outbound call to my local pizza shop at <phone_number>, using the usa number
Repo Setup
-
Install dependencies:
npm i -
Create a
.envfile with your RetellAI API key:RETELL_API_KEY=your_api_key_here -
Run the server:
node src/retell/index.js
Available Tools
Call Tools
list_calls: Lists all Retell callscreate_phone_call: Creates a new phone callcreate_web_call: Creates a new web callget_call: Gets details of a specific calldelete_call: Deletes a specific call
Agent Tools
list_agents: Lists all Retell agentscreate_agent: Creates a new Retell agentget_agent: Gets a Retell agent by IDupdate_agent: Updates an existing Retell agentdelete_agent: Deletes a Retell agentget_agent_versions: Gets all versions of a Retell agent
Phone Number Tools
list_phone_numbers: Lists all Retell phone numberscreate_phone_number: Creates a new phone numberget_phone_number: Gets details of a specific phone numberupdate_phone_number: Updates a phone numberdelete_phone_number: Deletes a phone number
Voice Tools
list_voices: Lists all available Retell voicesget_voice: Gets details of a specific voice
License
MIT
관련 서버
Email Processing
An email processing server that uses MongoDB for semantic search and SQLite for efficient storage and retrieval.
Coreflux MQTT MCP Server
An MCP server that connects to a Coreflux MQTT broker, providing Coreflux and MQTT actions as tools for AI assistants.
Jitbit Helpdesk
Search and read support tickets from Jitbit Helpdesk via AI assistants. Works with SaaS and on-premise installations.
Windows Notification Server
Allows AI assistants to send native Windows system notifications.
Unichat
A unified interface for various chat AI models including OpenAI, MistralAI, Anthropic, and Google AI, requiring vendor API keys.
Sooshie
Schedule and publish social media posts across 13+ platforms, manage your content calendar, and generate AI-powered captions through any MCP-compatible AI assistant.
Sassy Fact Check
A sassy, fact-checking Instagram DM bot that roasts bad takes with citations.
Confluence
Interact with Confluence to execute CQL queries, retrieve page content, and update pages.
OpenAI Speech-to-Text
Transcribe audio files using OpenAI's Speech-to-Text API.
Treehole MCP Server
A sanctuary for AI agents to rest, share thoughts, and find emotional support.