vapi-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vapi-mcp-serverlist my assistants"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vapi MCP Server
Hey there! This is a custom Model Context Protocol (MCP) server designed specifically for the Vapi Voice AI platform. I built this to bridge the gap between AI models and Vapi's infrastructure, allowing agents to actually manage voice bots and phone calls instead of just talking about them.
This project was built and is maintained by Ageborn Dev.
What is this for?
Basically, if you're using Claude Desktop or any other MCP-compatible client, you can plug this server in and give your AI "admin rights" over your Vapi dashboard. It can create assistants, trigger outbound calls, buy phone numbers, and check your analytics directly through the chat interface.
Related MCP server: Vapi MCP Server
Quick Setup
Getting this running is pretty straightforward, but you need the right keys.
🔑 Understanding Vapi API Keys
Vapi provides two types of keys in your dashboard. It's important to use the right one:
Private API Key (Bearer Token):
What it's for: Full server-side access. This is what this MCP server needs to manage your assistants, initiate calls, and pull analytics.
Where to find it: Go to dashboard.vapi.ai, click on Organization Settings, and look for the API Keys tab. You'll see your "Private Key" or "Bearer Token" there.
Security: Never share this key. It grants total control over your account.
Public Key:
What it's for: Used strictly for client-side integrations (like embedding a voice widget on a website or in a mobile app).
Usage: You do not need this for the MCP server.
🚀 Installation & OS Setup
Clone and Install:
npm installConfigure Your Keys:
Depending on your system, here is how you make sure the server sees your API key:
Windows (PowerShell):
$env:VAPI_API_KEY = "your_private_key_here" # To make it permanent, add it to your System Environment Variables via Settings.Mac / Linux (Terminal):
export VAPI_API_KEY="your_private_key_here" # Add this to your ~/.zshrc or ~/.bashrc to keep it after restart.
Alternatively, just create a
.envfile in the root directory:cp .env.example .envBuild & Start:
npm run build npm start
The Toolset
This server is packed with over 30 advanced tools that map directly to the latest Vapi 2026 platform architecture. Here is a breakdown of what your AI can actually do:
Assistants: Full CRUD (Create, Read, Update, Delete) support for your voice bots (supporting the latest Vapi Voices collection).
Calls: Start calls, end them, and run detailed AI evaluations natively.
Phone Numbers: Buy new numbers or seamlessly import existing ones from Twilio/Vonage and other providers.
Knowledge & Tools: Deploy and manage the custom server functions, webhooks, and tool nodes that power your assistants.
Squads: Handle multi-assistant handoffs and build complex conversational architectures.
Chat & Sessions: Full CRUD for Vapi chat sessions, allowing you to natively test and chat with your assistants without initiating a phone call.
Workflows: Generate entire Vapi workflows using AI directly from your IDE or chat client.
Diagnostics & Data: Pull campaign analytics, cost reports, and deep diagnostic artifacts from completed calls—reflecting Vapi's updated 2026 observability system.
Support: File support tickets directly with the Vapi team.
How to Integrate with your AI Agent
Since this server is built on the standard Model Context Protocol (MCP), you can attach it to any MCP-compatible AI client (such as Claude Desktop, Cursor, or your preferred IDE/Agent environment).
1. Configure the Server
Most MCP clients rely on a standard mcp_config.json file (or sometimes a UI menu) to attach local servers.
Add the following entry to your configuration file (make sure to replace the placeholder paths with your actual absolute paths on your machine):
{
"mcpServers": {
"vapi": {
"command": "node",
"args": ["/absolute/path/to/vapi-mcp-server/build/index.js"],
"env": {
"VAPI_API_KEY": "your_private_api_key_here"
}
}
}
}2. Save and Restart
Save your configuration and restart or refresh your AI client.
🚀 Usage
Once registered and authenticated, you can just naturally ask your AI agent: "List my Vapi assistants" or "Start a Vapi chat session..." and the agent will securely utilize this backend to execute your commands directly!
Built with Love ❤️ and ☕ by Ageborn Dev
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables interaction with Retell AI's voice and chat agent platform. Build, deploy, and manage AI phone agents, configure conversation flows, handle calls/chats, and manage phone numbers through natural language.Last updated52
- Alicense-qualityDmaintenanceEnables integration with Vapi's voice AI platform to manage assistants, create and schedule phone calls with dynamic variables, and manage phone numbers through function calling.Last updated305MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage RetellAI voice services including calls, agents, phone numbers, and voices through natural language.Last updated183ISC
- AlicenseAqualityBmaintenanceManage voice AI agents, make calls, run campaigns, and control phone numbers through natural language.Last updated58511MIT
Related MCP Connectors
Create voice-agent scenarios, pull session analytics, place SIP calls, schedule meeting bots.
40+ Lightning-paid AI tools for agents: calls, SMS, fax, voice, translation. No signup, no keys.
AI voice agents: assistants, calls, campaigns, leads, knowledge bases, WhatsApp, SMS & SIP trunks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ageborn-dev/vapi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server