MCP.so
登录

Vapi MCP Server

@MCP-Mirror

关于 Vapi MCP Server

Mirror of

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器