MCP server for Vapi - manage voice-AI assistants, inspect calls & transcripts, place outbound calls. Works with Claude, Cursor, any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"JSLeboeuf/vapi-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add vapi-mcp-server npx -y JSLeboeuf/vapi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"vapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"JSLeboeuf/vapi-mcp-server"
]
}
}
}