Skip to main content
CommunicationPython

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.

communication
Share:

Quick Start

Clone the repository:

git clone https://github.com/khan2a/telephony-mcp-server

Claude 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.

Details

Category
Communication
Language
Python
Author
khan2a