About
Overview
The Twilio MCP Server enables AI agents to use Twilio's communication platform. It provides tools for sending SMS and MMS messages, initiating voice calls, managing phone numbers, and accessing call and message logs. Supports Twilio's full range of communication APIs including WhatsApp and email via SendGrid.
Capabilities
Tools & Capabilities
⚡send_sms
Send an SMS message to a phone number
⚡send_mms
Send an MMS message with media
⚡make_call
Initiate a phone call
⚡list_messages
List sent and received messages
⚡list_calls
List call history
⚡list_phone_numbers
List available phone numbers
Setup
Installation
bash
Install
npx -y @twilio/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": ["-y", "@twilio/mcp-server"],
"env": {
"TWILIO_ACCOUNT_SID": "your-sid",
"TWILIO_AUTH_TOKEN": "your-token"
}
}
}
}Quick Info
Authortwilio
LanguageTypeScript
StatusStable
Stars★ 180
Last UpdatedFeb 12, 2026