mcp-server

mcp-server

14

Vapi MCP Server is designed to facilitate integration with Vapi APIs using the Model Context Protocol. It supports functionality like managing assistants, calls, and phone numbers, primarily enhancing automation within the Claude Desktop environment.

How do I integrate Vapi MCP Server with Claude Desktop?

To integrate, update the claude_desktop_config.json with the Vapi MCP server details and restart Claude Desktop.

What is the purpose of the Server-Sent Events (SSE) connection?

The SSE connection allows remote access to Vapi's MCP server functionalities without running a local server.

How can I test the Vapi MCP Server?

You can run unit tests using npm run test:unit and end-to-end tests using npm run test:e2e after setting your Vapi API token.

What tools are available for managing calls?

The server provides tools like list_calls, create_call, and get_call for managing calls.

Can I schedule calls for a future time?

Yes, the create_call action supports scheduling calls for immediate execution or for a future time.