Back to MCP Servers
Telephony
MCP Telephony server for automating voice calls with Speech-to-Text and Speech Recognition to summarize call conversations. Send and receive SMS, detect voicemail, and integrate with Vonage APIs for advanced telephony workflows.
communicationapiai
By khan2a
Installation
npx -y telephony-mcp-serverConfiguration
{
"mcpServers": {
"telephony-mcp-server": {
"command": "npx",
"args": ["-y", "telephony-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes