ExotelMCP

exotel/ExotelMCP
★ 3 stars Java 🤖 AI/LLM Updated 3mo ago
A Model Context Protocol (MCP) server that provides seamless integration between Claude AI and Exotel's communication APIs for SMS and voice calling services, plus quick audio tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "exotelmcp": {
      "command": "npx",
      "args": [
        "-y",
        "exotel/ExotelMCP"
      ]
    }
  }
}