Send SMS and make voice calls with Twilio
npx -y @modelcontextprotocol/server-twilio-mcp-server
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Send SMS and manage calls.
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": ["-y", "@twilio/mcp-server"],
"env": {
"TWILIO_ACCOUNT_SID": "your-sid",
"TWILIO_AUTH_TOKEN": "your-token",
"TWILIO_PHONE_NUMBER": "+1234567890"
}
}
}
}
send_sms: Send SMSmake_call: Initiate a callget_messages: List messagesMCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Twilio MCP Server in your preferred AI coding tool.
claude_desktop_config.json