MCP.so
Sign In

Vapi MCP Server

@MCP-Mirror

About Vapi MCP Server

Mirror of

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "vapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@vapi-ai/mcp-server"
      ],
      "env": {
        "VAPI_TOKEN": "<your_vapi_token>"
      }
    }
  }
}

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?

The Vapi MCP Server is a Model Context Protocol server that allows AI assistants like Claude to interact with Vapi APIs through function calling. It enables voice and phone call functionalities via Vapi.

How to use Vapi MCP Server?

Configure the server in an MCP client such as Claude Desktop by adding a JSON entry with the command npx -y @vapi-ai/mcp-server and setting the environment variable VAPI_TOKEN to your Vapi API key. Alternatively, connect remotely via SSE at https://mcp.vapi.ai/sse using a bearer token for authentication.

Key features of Vapi MCP Server?

  • Integrates Vapi APIs through function calling.
  • Supports local and remote SSE transport.
  • Configurable environment variable for API token.
  • Includes unit and end-to-end tests.
  • Works with Claude Desktop via MCP.
  • Provides development build and testing scripts.

Use cases of Vapi MCP Server?

  • Schedule

Comments

More Other MCP servers