MCP Hub
Back to servers

Twilio

Twilio MCP Pack — send SMS, list messages, make calls via Twilio REST API.

Registry
Updated
Apr 15, 2026

mcp-twilio

Twilio MCP Pack — send SMS, list messages, make calls via Twilio REST API.

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
twilio_send_smsSend an SMS message via Twilio. Returns the message SID and status.
twilio_list_messagesList recent SMS/MMS messages from your Twilio account. Supports filtering by to/from number and pagination.
twilio_get_messageGet details of a specific Twilio message by its SID.
twilio_list_callsList recent phone calls from your Twilio account. Returns call SID, status, duration, and direction.
twilio_make_callInitiate a phone call via Twilio. Requires a TwiML URL or application SID to control call behavior.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "twilio": {
      "url": "https://gateway.pipeworx.io/twilio/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use twilio

License

MIT

Reviews

No reviews yet

Sign in to write a review