communicationOfficial
Twilio MCP
82
Twilio
Access Twilio communication APIs to send SMS, manage phone numbers, and interact with 1,400+ Twilio API endpoints from your AI editor.
4503.2k/wk10.3K tokens(5%)Official1w ago
smsmessagingvoicecommunicationsapi
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"twilio-mcp": {
"command": "npx",
"args": [
"-y",
"@twilio-alpha/mcp"
],
"env": {
"TWILIO_ACCOUNT_SID": "YOUR_TWILIO_ACCOUNT_SID",
"TWILIO_API_KEY": "YOUR_TWILIO_API_KEY",
"TWILIO_API_SECRET": "YOUR_TWILIO_API_SECRET"
}
}
}
}