Official Twilio integration — send SMS, voice, chat, and programmable messaging through AI
The official Twilio MCP server gives AI agents control over programmable communications. Use it to send SMS, voice calls, WhatsApp, and chat messages from natural language workflows while keeping credentials secure. Features: - Send and receive SMS, MMS, and WhatsApp messages - Place and manage voice calls - Inspect message logs and delivery status - Manage phone numbers and messaging services - Trigger programmable communication workflows - Access Twilio Conversations and chat sessions - Query usage and billing metrics Twilio MCP is ideal for AI-powered notifications, authentication flows, and customer communications.
File location: ~/.gemini/settings.json
{
"twilioMcp": {
"command": "npx",
"args": [
"-y",
"@twilio/mcp"
],
"env": {
"TWILIO_ACCOUNT_SID": "AC...",
"TWILIO_AUTH_TOKEN": "..."
}
}
}If you maintain Twilio MCP, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/twilio-mcp)