Vapi MCP Server
Rank #3,998glama/VapiAI/mcp-server
Enables integration with Vapi APIs through function calling via the Model Context Protocol, allowing AI models to access Vapi's capabilities.
Vapi MCP Server is a Model Context Protocol (MCP) server published by vapiai. It ranks #3,998 of 132,046 servers tracked on MCP Toplist, and its repository has 58 GitHub stars. Vapi MCP Server is listed across 3 registries — Glama, mcp.so and PulseMCP, with 6 release tags tracked from its GitHub repository. It was first listed on Apr 9, 2025 and most recently updated on Aug 14, 2026.
Ranks ahead of 128,048 of 132,046 servers on MCP Toplist.
Use Vapi MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http vapiai https://mcp.vapi.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http vapiai https://mcp.vapi.ai/sseThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.vapiai]
url = "https://mcp.vapi.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.vapiai]
url = "https://mcp.vapi.ai/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.vapi.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.vapi.ai/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"vapiai": {
"url": "https://mcp.vapi.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"vapiai": {
"url": "https://mcp.vapi.ai/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"vapiai": {
"type": "http",
"url": "https://mcp.vapi.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"vapiai": {
"type": "http",
"url": "https://mcp.vapi.ai/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"vapiai": {
"serverUrl": "https://mcp.vapi.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"vapiai": {
"serverUrl": "https://mcp.vapi.ai/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"vapiai": {
"url": "https://mcp.vapi.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"vapiai": {
"url": "https://mcp.vapi.ai/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2FVapiAI%2Fmcp-server)<a href="https://mcptoplist.com/server/glama%2FVapiAI%2Fmcp-server"><img src="https://mcptoplist.com/badge/glama%2FVapiAI%2Fmcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
vapiai
GitHub releases (6)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v0.0.11 | Aug 14, 2026 |
| v0.0.9 | Jun 22, 2025 |
| v0.0.8 | Jun 18, 2025 |
| v0.0.7 | Jun 18, 2025 |
| v0.0.6 | May 2, 2025 |
| v0.0.5 | Apr 16, 2025 |
Frequently asked questions
- Who maintains Vapi MCP Server?
- Vapi MCP Server is maintained by vapiai, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Vapi MCP Server listed on the Official MCP Registry?
- Vapi MCP Server is not on the Official MCP Registry. It is listed on Glama, mcp.so and PulseMCP.
- How many versions does Vapi MCP Server have?
- No registry surfaces explicit version metadata for Vapi MCP Server; MCP Toplist tracks 6 release tags from its GitHub repository, most recently published on Aug 14, 2026.
- Where can I find the source code for Vapi MCP Server?
- The source code for Vapi MCP Server is hosted at github.com/vapiai/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.