Vapi MCP Server logo

Vapi MCP Server

by VapiAI

The Vapi MCP Server allows you to integrate with Vapi APIs through function calling using the Model Context Protocol. It enables integration with tools like Claude Desktop and remote access via Server-Sent Events.

View on GitHub

Last updated: N/A

What is Vapi MCP Server?

The Vapi MCP Server is an implementation of the Model Context Protocol (MCP) that facilitates communication between applications (like Claude Desktop) and Vapi APIs. It acts as a bridge, allowing these applications to leverage Vapi's functionalities through function calling.

How to use Vapi MCP Server?

To use the Vapi MCP Server, you can either integrate it with Claude Desktop by modifying the claude_desktop_config.json file or connect to the remote SSE endpoint (https://mcp.vapi.ai/sse) using your Vapi API key as a bearer token. For development, you can clone the repository, install dependencies, and run the server locally.

Key features of Vapi MCP Server

  • Integration with Vapi APIs

  • Function calling capabilities

  • Claude Desktop integration

  • Remote access via Server-Sent Events (SSE)

  • Local development and testing environment

Use cases of Vapi MCP Server

  • Scheduling appointments using Claude Desktop and Vapi's Appointment Scheduler template

  • Connecting Claude Desktop to Vapi APIs for enhanced functionality

  • Accessing Vapi's functionality remotely without running a local server

  • Building custom integrations with Vapi using the MCP protocol

FAQ from Vapi MCP Server

What is the Model Context Protocol (MCP)?

The Model Context Protocol (MCP) is a standard for enabling function calling and communication between applications and AI models.

How do I get a Vapi API key?

You can obtain your Vapi API key from the Vapi dashboard at https://dashboard.vapi.ai/org/api-keys.

How do I configure Claude Desktop to use the Vapi MCP Server?

You need to modify the claude_desktop_config.json file and add the Vapi MCP Server configuration. Refer to the README for detailed instructions.

Can I run the Vapi MCP Server locally?

Yes, you can clone the repository and run the server locally for development and testing purposes. Instructions are provided in the README.

Where can I find more information about Vapi tools and the MCP?

You can find more information at the provided references: VAPI Remote MCP Server, VAPI MCP Tool, Model Context Protocol, and Claude Desktop.