SMS, voice calls, and WhatsApp messaging integration
Send SMS, make voice calls, and send WhatsApp messages using Twilio. Perfect for 2FA, notifications, and customer communication.
{
"mcpServers": {
"twilio": {
"env": {
"TWILIO_AUTH_TOKEN": "your_auth_token",
"TWILIO_ACCOUNT_SID": "your_account_sid",
"TWILIO_PHONE_NUMBER": "+1234567890"
},
"args": [
"-y",
"@twilio/mcp-server"
],
"command": "npx"
}
}
}TWILIO_AUTH_TOKENyour_auth_tokenTWILIO_ACCOUNT_SIDyour_account_sidTWILIO_PHONE_NUMBER+1234567890