Vapi MCP Server
@VapiAI
About Vapi MCP Server
Vapi MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vapi": {
"command": "npx",
"args": [
"-y",
"@vapi-ai/mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Vapi MCP Server?
Vapi MCP Server lets you build AI voice assistants and phone agents with Vapi using the Model Context Protocol. It is for developers who want to create, manage, and call voice assistants directly from MCP‑compatible clients like Claude Code or Claude Desktop.
How to use Vapi MCP Server?
Install via npx and add to your MCP client configuration. For Claude Code, run claude mcp add vapi -- npx -y @vapi-ai/mcp-server and authenticate via browser on first use. For Claude Desktop, add the server to mcpServers in claude_desktop_config.json using either OAuth (no API key) or a VAPI_TOKEN environment variable from the Vapi dashboard. A remote configuration is also available.
Key features of Vapi MCP Server
- Full CRUD for assistants, calls, and phone numbers
- Outbound calling (immediate or scheduled)
- Custom tool creation for API integration
- Dynamic variable substitution in assistant prompts
- OAuth login and logout for authentication
- Remote MCP server via Streamable HTTP or SSE
Use cases of Vapi MCP Server
- Create a voice assistant that can schedule appointments
- Make an outbound call to a customer with appointment reminders
- Schedule a future call with a support assistant
- Manage phone numbers (buy, update, release)
- Build and test voice‑agent workflows from Claude
FAQ from Vapi MCP Server
What tools does Vapi MCP Server provide?
It provides tools for assistants, calls, phone numbers, custom tools, and authentication – over 15 actions including create, read, update, delete, and login/logout.
How do I authenticate with Vapi MCP Server?
You can use OAuth (browser login, no API key needed) or a Vapi API key via the VAPI_TOKEN environment variable. For remote access, pass the token as a Bearer token in the Authorization header.
Can I use variable values in assistant prompts?
Yes. Use double curly braces like {{customerName}} in your assistant prompts and pass values via assistantOverrides.variableValues when creating a call. Several default variables ({{now}}, {{date}}, {{customer.number}}, etc.) are automatically available.
Where is data stored?
Data (assistants, calls, phone numbers) lives in your Vapi account. The server acts as a stateless MCP bridge and does not store data locally.
What transports are supported?
Local use runs over stdio. For remote clients, Streamable HTTP (recommended) and SSE (deprecated) are supported at https://mcp.vapi.ai/mcp and https://mcp.vapi.ai/sse respectively.
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
Comments