Twilio MCP
Install
npx @twilio/mcp-server
About
Send SMS, make calls, and manage phone numbers through MCP. Build AI agents that can communicate via phone — appointment reminders, alerts, two-factor auth, and more.
MCP Config
Add this to your MCP configuration file:
{
"mcpServers": {
"twilio-mcp": {
"command": "npx @twilio/mcp-server"
}
}
}