Twilio API Claude Desktop Config
Add the Twilio API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your Account SID + Auth Token in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": [
"-y",
"@twilio/mcp-server"
],
"env": {
"TWILIO_ACCOUNT_SID": "your_account_sid",
"TWILIO_AUTH_TOKEN": "your_auth_token"
}
}
}
}Environment Variables
TWILIO_ACCOUNT_SIDReplace your_account_sid with your actual twilio account sid
TWILIO_AUTH_TOKENReplace your_auth_token with your actual twilio auth token
Endpoints
POST
/2010-04-01/Accounts/{sid}/Messages.jsonSend message
POST
/2010-04-01/Accounts/{sid}/Calls.jsonMake call