Make outbound phone calls via Twilio with AI
Real-time speech processing for natural conversations. Appointment scheduling, customer service, and information gathering.
{
"mcpServers": {
"twilio-voice": {
"mcpServers": {
"twilio-voice": {
"env": {
"TWILIO_AUTH_TOKEN": "YOUR_TOKEN",
"TWILIO_ACCOUNT_SID": "YOUR_SID",
"TWILIO_PHONE_NUMBER": "+1234567890"
},
"args": [
"-y",
"@lukaskai/voice-call-mcp"
],
"command": "npx"
}
}
}
}
}