Messaging
Verified
Trust: 51/100 (Fair)Twilio MCP Guide
Send SMS messages, make calls, and manage Twilio communication services.
234 stars 8,900 downloadsby Twilio
Quick Start
Install
npx @mcp/twilioClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"twilio-mcp": {
"command": "npx",
"args": [
"@mcp/twilio"
]
}
}
}What Twilio MCP Can Do
send_sms
Send SMS messages
make_calls
Initiate phone calls
Permissions Required
Twilio MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
twilio.read | Read Twilio data | low |
twilio.write | Send messages and make calls | high |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Partial |
| LangChain | Supported |