Twilio
Official
💬 Communication
Send SMS, make voice calls, manage phone numbers, and access WhatsApp Business API through the official Twilio MCP integration.
Tags
Tools (10)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": [
"-y",
"@twilio-alpha/mcp"
],
"env": {
"TWILIO_ACCOUNT_SID": "your-twilio-account-sid-here",
"TWILIO_AUTH_TOKEN": "your-twilio-auth-token-here"
}
}
}
}