Phonecall - Real phone calls for Claude Desktop
@leszini
关于 Phonecall - Real phone calls for Claude Desktop
MCP server that lets Claude make real phone calls via Twilio + ElevenLabs. Claude is the brain — with full tool access during calls — the phone is just I/O. GDPR-compliant, multi-language, DTMF turn-taking.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"phonecall-mcp": {
"command": "python",
"args": [
"C:\\full\\path\\to\\phonecall-mcp\\server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Phonecall - Real phone calls for Claude Desktop?
Phonecall - Real phone calls for Claude Desktop is an MCP server that enables Claude to make and manage real phone calls through Twilio, with the full Claude instance handling the call and accessing its tools in real time. It is for users who want Claude to interact via phone with human callees or voicemail.
How to use Phonecall - Real phone calls for Claude Desktop?
Set up the server with Python 3.12+, configure a Twilio account and ElevenLabs API credentials, run ngrok for webhook endpoints, and connect the MCP server to Claude Desktop to enable phone call capabilities.
Key features of Phonecall - Real phone calls for Claude Desktop
- Outbound calls with natural voice using ElevenLabs TTS
- Real-time transcription via ElevenLabs Scribe v2 Realtime
- Full Claude tool access during calls (web search, calendar, Drive, etc.)
- Inbound voicemail handling and multi-language support
- DTMF-based turn-taking for reliable conversation flow
- GDPR consent mechanism enforced at server level
Use cases of Phonecall - Real phone calls for Claude Desktop
- Making outbound phone calls where Claude can research and respond in real time
- Handling inbound voicemail with transcription and tool-assisted responses
- Multilingual phone interactions with natural voice and barge-in capability
FAQ from Phonecall - Real phone calls for Claude Desktop
How does this differ from typical phone AI solutions?
Unlike typical solutions that put a pre-prompted bot on the line, the full Claude instance handles the call with access to all its tools in real time.
What are the dependencies and runtime requirements?
Requires Python 3.12+, a Twilio account, ElevenLabs API, ngrok, and Claude Desktop.
How does turn-taking work?
Turn-taking is DTMF-based – the callee presses 1 when done speaking, which is more reliable than silence detection on phone lines.
How is user consent handled?
Built-in GDPR consent mechanism ensures no transcription occurs until the callee explicitly agrees, enforced at server level.
What features are supported?
Features include outbound calls with natural voice, real-time transcription, tool use during calls, inbound voicemail handling, multi-language support, barge-in, and full timestamped transcripts.
AI 与智能体 分类下的更多 MCP 服务器
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
评论