Odel
twilio mcp

twilio mcp

Local
@mrfentmenTypeScriptUpdated 1mo ago

Send SMS, MMS, WhatsApp messages, make voice calls, and manage Twilio phone numbers.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtwilio-mcp-serverv1.0.1

Run

npx -y twilio-mcp-server

MCP client config

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