Vapi Connector for AI agents.
10 live capabilities
Initiate outbound phone calls and manage voice personas from your chat.
Waiting for input…
Why people use Vapi
Vapi for Voice AI and Call Automation
With the Vapi MCP, that friction disappears. You can tell your agent to place a call, pull a transcript, or update a persona without ever leaving your current window. It turns your workspace into a command center where the heavy lifting of API communication happens in the background, leaving you with just the results.
What Vinkius changes
You get a direct line to your voice AI infrastructure from your favorite chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Sales Demos
A sales engineer wants to show a prospect a live demo.
- Real-world use case 02
Support Transcript Auditing
A support lead needs to find why a customer was unhappy.
- Real-world use case 03
Iterative Voice Testing
A developer is tweaking a bot's personality.
Complete set · 10capabilities
The complete Vapi capability set.
These are the exact actions your AI can choose when you ask it to work with Vapi.
01—04
4 capabilities in this set.
Part of 10 available through Vapi.
- 01 Capability
Create phone call
Start an outbound call by sending a phone number and customer details to Vapi. It handles the connection to the PSTN for you.
- 02 Capability
Create web call
Generate a web-based voice call link for browser-based interactions. Use this for web-based voice chat applications.
- 03 Capability
Get call details
Fetch transcripts and metrics for a specific call to see how the conversation went. It is great for auditing call quality.
- 04 Capability
List assistants
See all your configured voice personas in one list. This helps you keep track of your different assistant types.
05—07
3 capabilities in this set.
Part of 10 available through Vapi.
- 05 Capability
List calls
View a list of recent and active voice calls in your Vapi account. Use this to monitor ongoing conversations.
- 06 Capability
List phone numbers
Check all phone numbers currently connected to your Vapi account. It helps you manage your telephony assets.
- 07 Capability
List squads
View your multi-agent squads to see how your conversational pathways are set up. This is useful for complex routing.
08—10
3 capabilities in this set.
Part of 10 available through Vapi.
- 08 Capability
List agent capabilities
See every capability available to your Vapi assistants for better integration. Use it to audit what your agents can actually do.
- 09 Capability
Update assistant
Modify an existing assistant's configuration to tweak its behavior or voice. This allows for iterative testing without creating new entries.
- 10 Capability
Create assistant
Build a new voice persona by providing a JSON configuration for the model and voice. This lets you quickly prototype new assistants.
Set up in minutes
One URL. Then ask Vapi to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Vapi 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_DHjUwU3Xt3bHGhtysrx6f5aPIeALabS8GjYe5htH/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 Vapi, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Vapi for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DHjUwU3Xt3bHGhtysrx6f5aPIeALabS8GjYe5htH/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 Vapi URL.
- Step 03
Save and start
Save the connection and enable Vapi in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"vapi": {
"url": "https://edge.vinkius.com/vk_preview_DHjUwU3Xt3bHGhtysrx6f5aPIeALabS8GjYe5htH/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 Vapi
Open Agent mode in chat and ask: "Using Vapi, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"vapi": {
"url": "https://edge.vinkius.com/vk_preview_DHjUwU3Xt3bHGhtysrx6f5aPIeALabS8GjYe5htH/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 Vapi
Ask Copilot: "Using Vapi, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"vapi": {
"url": "https://edge.vinkius.com/vk_preview_DHjUwU3Xt3bHGhtysrx6f5aPIeALabS8GjYe5htH/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 Vapi
Open Cascade and ask: "Using Vapi, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"vapi": {
"url": "https://edge.vinkius.com/vk_preview_DHjUwU3Xt3bHGhtysrx6f5aPIeALabS8GjYe5htH/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 Vapi
Ask Cline: "Using Vapi, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add vapi --transport http "https://edge.vinkius.com/vk_preview_DHjUwU3Xt3bHGhtysrx6f5aPIeALabS8GjYe5htH/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 Vapi
Ask Claude: "Using Vapi, show me...". 10 tools are ready
Where the request belongs
Work Vapi can move forward.
This is for the voice AI developer who is tired of manual testing, the sales engineer who needs to demo calls on the fly, and the support lead who needs to audit transcripts without opening five different tabs.
Voice AI Developer
They use this to iterate on system prompts and voice IDs quickly without leaving their coding environment.
Sales Engineer
They use this to trigger outbound demo calls to prospects during live meetings from their chat window.
Customer Support Manager
They use this to pull transcripts of difficult calls to identify friction points and summarize action items.
Operations Manager
They use this to audit active telephony numbers and verify that agent capabilities are correctly mapped.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBland AI
Automate phone calls via Bland AI. dispatch voice agents, analyze call transcripts, and manage inbound phone numbers directly from your AI agent.
Retell AI
Build human-like AI voice agents that handle phone calls, answer questions, and complete tasks through natural spoken conversation.
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.
Chorus.ai (ZoomInfo)
Analyze sales conversations and meetings via Chorus.ai. track transcripts, identify key moments, and monitor team performance directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Vapi 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 Vapi.
The practical details behind the request, access and result.
How does the Vapi MCP help with outbound calls?
It allows your AI agent to place real phone calls to any number. You just provide the number and details, and the Connector handles the connection to the telephony network.
Can I use Vapi MCP to get transcripts of my voice calls?
Yes. You can ask your agent to pull the full text transcript and performance metrics for any specific call in your history.
How do I update my voice AI personas using the Vapi MCP?
You can simply tell your agent to change the voice, model, or system prompt for any of your assistants. It updates the configuration instantly.
Can the Vapi MCP manage my telephony numbers?
It can list and audit all phone numbers connected to your Vapi account, making it easy to keep track of your active lines.
Is the Vapi MCP good for sales teams?
It is perfect for sales teams who need to trigger outbound calls or demo conversations quickly from a chat interface without manual setup.
Can I use Vapi MCP to see what capabilities my voice agents have?
Yes. You can ask your agent to list all the capabilities currently available to your Vapi assistants to see what actions they can perform.
Can the agent place an outbound phone call for me?
Yes! Through the createPhoneCallTool, you can ask your agent: Initiate a phone call to +15551234567 using our 'Sales Assistant' persona. It will format the payload correctly and instruct Vapi to dial the human using the specified AI persona.
How can I read the transcript of an old automated voice call?
Just tell your chat assistant: fetch the transcript details for call ID '3fbea5x...'. The getCallTool reaches into Vapi, extracts the raw audio-to-text transcript logs, and the assistant can even summarize the entire human-to-AI interaction for you.
Can I tweak system prompts or models sequentially in my chat editor?
Yes, especially if you're in an IDE like Cursor. You can iterate: Update Assistant 'Agent A' to use GPT-4o and set its prompt to 'Always be highly overly enthusiastic'. The agent will use the updateAssistantTool to reconfigure the live voice persona instantly.
One connection away
Give your agent a direct line to Vapi.
Connect Vapi once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available