Connects Claude to Twilio's REST API for programmatic SMS and voice operations. You get five tools: send SMS messages, list and retrieve message details with filtering by phone number, list call history, and initiate outbound calls using TwiML URLs. Hosted by Pipeworx as a streamable HTTP server, so no local setup required. Useful when you need Claude to send notifications, pull communication logs for analysis, or trigger calls based on conversational context. The ask_pipeworx wrapper lets you query in natural language instead of calling tools directly, though standard MCP tool calls work fine too.
Twilio MCP Pack — send SMS, list messages, make calls via Twilio REST API.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
twilio_send_sms | Send an SMS message via Twilio. Returns the message SID and status. |
twilio_list_messages | List recent SMS/MMS messages from your Twilio account. Supports filtering by to/from number and pagination. |
twilio_get_message | Get details of a specific Twilio message by its SID. |
twilio_list_calls | List recent phone calls from your Twilio account. Returns call SID, status, duration, and direction. |
twilio_make_call | Initiate a phone call via Twilio. Requires a TwiML URL or application SID to control call behavior. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"twilio": {
"url": "https://gateway.pipeworx.io/twilio/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Twilio data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
io.github.mindstone/mcp-server-microsoft-teams
com.mintmcp/outlook-email
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp