Twilio communications platform — send SMS, make calls, and manage communication services
TWILIO_ACCOUNT_SIDTWILIO_AUTH_TOKENnpx @getmcp/cli add twilioConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": [
"-y",
"mcp-twilio"
],
"env": {
"TWILIO_ACCOUNT_SID": "",
"TWILIO_AUTH_TOKEN": ""
}
}
}
}