Meet Retell MCP Server


Retell now supports the Model Context Protocol, or MCP, so you can build and manage voice agents directly from the AI tools you already use. That includes MCP-compatible clients like Cursor, Claude Desktop, Claude Code, Codex-style tools, and more.
With a single MCP connection, your assistant can work directly with the Retell platform to:
If you already use Retell through our API or SDKs, MCP is the same platform through a simpler, more agent-friendly interface.
Retell MCP Server gives you direct access to the Retell platform. In short, the Retell MCP Server turns your AI agent into a working interface for your voice stack so you can actually take action across your voice workflow, like creating agents, launching calls, updating phone numbers, managing knowledge bases, and running QA, all from one connection. And more specifically, here's how it can help:
Building voice AI in production still takes too many context switches. Instead of bouncing between your agent, the Retell dashboard, your docs, scripts, and QA tools, Retell MCP Server brings those workflows into a single interface so you can build, test, and manage voice agents faster and easier.
Setup is simple. Your MCP client connects to Retell's hosted MCP endpoint over HTTP, authenticates with your Retell API key, and calls tools. It can also discover available tools automatically through tools/list, including:
So instead of hardcoding every action, your agent already knows what Retell tools exist and it knows how to use them correctly.
Make sure you have:
Auth format:
Authorization: Bearer <RETELL_API_KEY>
Most MCP clients support remote MCP servers over HTTP.
Use:
Open: Command Palette → Cursor Settings → MCP → Add new global MCP server
Add:
{
"mcpServers": {
"retell": {
"url": "https://retell.stlmcp.com",
"headers": {
"Authorization": "Bearer <RETELL_API_KEY>"
}
}
}
}
Open: Settings → Developer → Edit Config
Add:
{
"mcpServers": {
"retell": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://retell.stlmcp.com",
"--header",
"Authorization:Bearer <RETELL_API_KEY>"
]
}
}
}
claude mcp add --transport http retell https://retell.stlmcp.com --header "Authorization: Bearer <RETELL_API_KEY>"
Add this to ~/.codex/config.toml:
[mcp_servers.retell] url = "https://retell.stlmcp.com" bearer_token_env_var = "RETELL_API_KEY"
Then set:
export RETELL_API_KEY="<RETELL_API_KEY>"
If your client supports remote MCP URLs and headers, use:
Once connected, your assistant can start working with Retell right away.
Try prompts like:
Now this is the fun part where MCP can really flex some power. You are not just chatting with an assistant anymore. You are giving it real platform access so it can help you build, test, analyze, and improve voice agents in place.
Retell MCP Server helps teams:
For developers, it cuts down manual integration work. For product teams, it speeds up testing and iteration. For ops teams, it makes it easier to manage calls, QA, and day-to-day agent workflows.
Connecting LLMs to operational tools is huge, but it also comes with risk. The biggest risk is prompt injection. That means untrusted content like transcripts, user messages, or knowledge base documents can include hidden instructions that try to make the model do something you did not ask for. Most MCP clients support "confirm before running tools."
Keep that on.
Treat MCP like giving your assistant real operator access.
We recommend:
If something isn't working, here are the first things to check.
Authorization: Bearer <RETELL_API_KEY>Retell MCP Server makes it easy to use Retell from the AI tools your team already works in. That means less switching between tools, faster iteration, and a more direct way to build and manage production voice agents.
If you already use Retell, MCP gives you a faster workflow. If you are new to Retell, it is one of the simplest ways to get started. Connect your client. Add your API key. Start building. Let's go!
If you run into issues or want to request more MCP capabilities, reach out to support@retellai.com.
See how much your business could save by switching to AI-powered voice agents.
Total Human Agent Cost
AI Agent Cost
Estimated Savings
A Demo Phone Number From Retell Clinic Office

Start building smarter conversations today.




