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.
Server Config
{
"mcpServers": {
"phonecall-mcp": {
"command": "python",
"args": [
"C:\\full\\path\\to\\phonecall-mcp\\server.py"
]
}
}
}