Retell AI Connector for AI agents.
10 live capabilities
Connect your assistant to real-time phone calls and voice automation.
Waiting for input…
Why people use Retell AI
Retell AI for Solving Manual Call Logging
With this Connector, your AI does the heavy lifting. It can pull transcripts and sentiment analysis instantly, meaning you get a structured summary of every conversation without a human ever having to click a 'record' button or type a single note.
What Vinkius changes
You get a direct bridge between your AI's brain and a professional telephony stack.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Lead Qualification
A sales lead fills out a form.
- Real-world use case 02
24/7 Customer Support Reception
A customer calls in.
- Real-world use case 03
Sentiment-Driven Training
Your agent uses get_call_details to find calls with negative sentiment and then uses update_agent to refine the bot's instructions for the next call.
Complete set · 10capabilities
The complete Retell AI capability set.
These are the exact actions your AI can choose when you ask it to work with Retell AI.
01—04
4 capabilities in this set.
Part of 10 available through Retell AI.
- 01 Capability
Create agent
Create a new AI voice agent with a unique personality. This lets you build specialized bots for different departments.
- 02 Capability
Create llm
Configure a Retell-hosted LLM with specific system instructions. This defines how your agent thinks and responds.
- 03 Capability
Create phone call
Start an outbound call by providing a from and to number. Use this to reach out to customers automatically.
- 04 Capability
Get call details
Get the transcript and sentiment analysis for a specific call. It helps you understand how a conversation actually went.
05—07
3 capabilities in this set.
Part of 10 available through Retell AI.
- 05 Capability
List agents
See a list of all your configured AI voice agents. Use this to keep track of your different bot personalities.
- 06 Capability
List voices
Browse all the available text-to-speech voices. You can use this to find the perfect sound for your brand.
- 07 Capability
Register web call
Register a new session for a web-based voice interaction. This works for browser-based voice capabilities.
08—10
3 capabilities in this set.
Part of 10 available through Retell AI.
- 08 Capability
Update agent
Update the settings or instructions of an existing voice agent. Use this to tweak personalities on the fly.
- 09 Capability
List calls
View a history of all your active and past calls. This is your go-to for checking call volume and status.
- 10 Capability
List phone numbers
List every phone number currently tied to your account. This helps you manage your communication lines in one place.
Set up in minutes
One URL. Then ask Retell AI to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Retell AI from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7z3T4F0oJiK1uBA1iK2nSyQSG5YggPL6GvYgb38S/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Retell AI, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Retell AI for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7z3T4F0oJiK1uBA1iK2nSyQSG5YggPL6GvYgb38S/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Retell AI URL.
- Step 03
Save and start
Save the connection and enable Retell AI in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"retell-ai": {
"url": "https://edge.vinkius.com/vk_preview_7z3T4F0oJiK1uBA1iK2nSyQSG5YggPL6GvYgb38S/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Retell AI
Open Agent mode in chat and ask: "Using Retell AI, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"retell-ai": {
"url": "https://edge.vinkius.com/vk_preview_7z3T4F0oJiK1uBA1iK2nSyQSG5YggPL6GvYgb38S/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Retell AI
Ask Copilot: "Using Retell AI, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"retell-ai": {
"url": "https://edge.vinkius.com/vk_preview_7z3T4F0oJiK1uBA1iK2nSyQSG5YggPL6GvYgb38S/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Retell AI
Open Cascade and ask: "Using Retell AI, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"retell-ai": {
"url": "https://edge.vinkius.com/vk_preview_7z3T4F0oJiK1uBA1iK2nSyQSG5YggPL6GvYgb38S/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Retell AI
Ask Cline: "Using Retell AI, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add retell-ai --transport http "https://edge.vinkius.com/vk_preview_7z3T4F0oJiK1uBA1iK2nSyQSG5YggPL6GvYgb38S/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Retell AI
Ask Claude: "Using Retell AI, show me...". 10 tools are ready
Where the request belongs
Work Retell AI can move forward.
This is for the operations lead tired of manual call logging, the developer building a voice-first product, or the founder needing a 24/7 automated receptionist.
Operations Manager
Uses the Connector to pull call transcripts and sentiment analysis to report on customer satisfaction trends.
Voice App Developer
Uses the Connector to rapidly prototype new voice agent personalities without building a custom dialer.
Sales Lead
Commands the agent to initiate outbound calls to new leads during peak hours.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRetell AI
Build human-like AI voice agents that handle phone calls, answer questions, and complete tasks through natural spoken conversation.
Bland AI
Deploy AI phone agents that handle inbound and outbound calls with natural conversation for sales and customer support.
Vapi
Command Voice AI assistants directly from your chat. Make outbound phone calls, update personas, and retrieve full transcripts via Vapi.
Thoughtly
Deploy AI voice agents to make or receive calls, manage CRM contacts, and access call histories instantly.
AI Receptionist
Let AI answer your business calls, book appointments, and handle customer inquiries around the clock without missing a beat.
Jiminny
Coach your sales team with conversation intelligence that records calls, identifies winning behaviors, and forecasts deals.
Bring your own AI
Change the model, client or framework. Keep Retell AI connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Retell AI.
The practical details behind the request, access and result.
Can the Retell AI MCP make outbound phone calls automatically?
Yes. It allows your AI to initiate outbound calls to specific numbers using your configured phone lines and voice agents.
How do I get transcripts from my calls using Retell AI?
The Connector can pull the full text of past conversations along with a sentiment analysis score, which you can use to track customer feedback.
Can I change the voice of my Retell AI agent?
You can browse all available text-to-speech voices and update your agent's settings to use the one that best fits your brand.
Does Retell AI MCP support web-based voice interactions?
Yes, it includes a capability to register web calls, which allows your agent to work within browser-based voice applications.
Can I manage multiple phone numbers with Retell AI?
You can list and manage all the phone numbers associated with your account directly through the chat interface.
Is Retell AI MCP good for customer support?
It's ideal for support because it lets you build specialized bots that can handle high volumes of calls and provide consistent, human-like responses.
Does Retell handle the telephone lines, or do I need my own Twilio/carrier?
Retell AI is designed to integrate seamlessly into telephony workflows but generally focuses on the conversational agent side. They provide features to list and attach numbers (list_phone_numbers), but you often purchase those numbers or link a custom SIP trunk through Retell accounts. You can run list_phone_numbers to see your currently available direct lines.
How do I create an outbound call programmatically with my assistant?
Simply ask your assistant to "Call X using my Y agent." Behind the scenes, the AI relies on the create_phone_call capability, transmitting a JSON payload supplying the from_number (a Retell registered phone number), to_number (destination), and an override_agent_id parameter to assign your voice agent correctly.
Can the AI initiate voice calls in a web browser instead of over the phone?
Yes. Use the register_web_call capability to create a browser-based voice session. This returns a connection URL and access token that your frontend application can use to start a real-time WebRTC conversation with a Retell voice agent, without requiring any phone line.
One connection away
Give your agent a direct line to Retell AI.
Connect Retell AI once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available