CommunicationAccount SID + Auth TokenCommunity
Twilio API MCP Server
Send SMS, make calls, and manage communication channels through your AI agent.
Quick Setup
Transport: STDIO
Command: npx -y @twilio/mcp-server
Environment Variables
TWILIO_ACCOUNT_SIDExample: your_account_sid
TWILIO_AUTH_TOKENExample: your_auth_token
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": ["-y","@twilio/mcp-server"],
"env": {
"TWILIO_ACCOUNT_SID": "your_account_sid",
"TWILIO_AUTH_TOKEN": "your_auth_token"
}
}
}
}Endpoints
POST
/2010-04-01/Accounts/{sid}/Messages.jsonSend message
POST
/2010-04-01/Accounts/{sid}/Calls.jsonMake call