MCP.so
登录

Voice Call MCP Server

@lukaskai

关于 Voice Call MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

lukaskai

提交者

LukasK

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is Voice Call MCP Server?

Voice Call MCP Server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to initiate and manage outbound phone calls using Twilio and the OpenAI GPT-4o Realtime model. It is designed for developers who want to build AI-powered voice calling applications.

How to use Voice Call MCP Server?

Clone the repository, install dependencies (npm install && npm run build), set required environment variables (Twilio credentials, OpenAI API key, ngrok authtoken), and configure Claude Desktop to use the server by adding it to the MCP servers config. After restarting Claude Desktop, you can ask Claude to make voice calls using natural language commands.

Key features of Voice Call MCP Server

  • Make outbound phone calls via Twilio
  • Process call audio in real-time with GPT-4o Realtime model
  • Real-time language switching during calls
  • Pre-built prompts for common calling scenarios (e.g., restaurant reservations)
  • Automatic public URL tunneling with ngrok
  • Secure handling of credentials

Use cases of Voice Call MCP Server

  • Notify someone you’ll be late for a meeting via a phone call
  • Make restaurant reservations and specify language preferences
  • Reschedule appointments by calling a business and speaking with a receptionist

FAQ from Voice Call MCP Server

What phone number format is required?

All phone numbers must be in E.164 format (e.g., +11234567890).

What are the runtime dependencies?

Node.js >= 22, a Twilio account with API credentials, an OpenAI API key, and an ngrok authtoken are required.

Where does the call audio flow?

Audio is forwarded from Twilio to OpenAI’s realtime model and then streamed back to the destination phone through Twilio. An ngrok tunnel exposes your server publicly for Twilio webhooks.

Are there any rate limits or costs to be aware of?

Yes, be aware of your Twilio and OpenAI account’s rate limits and pricing. Call durations affect costs for both services.

How is the server secured?

Credentials are stored in environment variables. The ngrok tunnel uses a random URL protected by a random secret, but public exposure should still be considered.

评论

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