Vapi MCP Server
@VapiAI
关于 Vapi MCP Server
Vapi MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vapi": {
"command": "npx",
"args": [
"-y",
"@vapi-ai/mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论