khan2a/telephony-mcp-server
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.
Quick Start
Clone the repository:
git clone https://github.com/khan2a/telephony-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"telephony-mcp-server": {
"command": "npx",
"args": [
"-y",
"khan2a/telephony-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.