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

Installation

npx -y telephony-mcp-server

Configuration

{
  "mcpServers": {
    "telephony-mcp-server": {
      "command": "npx",
      "args": ["-y", "telephony-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub