Twilio
Official CommunicationSend SMS, make voice calls, and manage phone numbers via the Twilio API.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": [
"-y",
"@twilio-alpha/mcp-monorepo"
]
}
}
}