Send SMS, manage phone numbers, and voice calls via Twilio APIs
The Twilio MCP Server enables your AI assistant to send SMS messages, manage phone numbers, and interact with voice call APIs through Twilio. It provides tools for programmable messaging, phone number lookup, and communication management.
Built by Twilio Labs, this server connects to the Twilio API using account credentials. It supports sending and receiving SMS, managing phone numbers, and accessing call logs and messaging history.
Designed for developers building communication features who want to test, prototype, and manage Twilio resources through natural language without writing API code.
Add this to your MCP configuration file:
{
"mcpServers": {
"twilio": {
"env": {
"TWILIO_AUTH_TOKEN": "<your-token>",
"TWILIO_ACCOUNT_SID": "<your-sid>"
},
"args": [
"-y",
"@twilio-labs/mcp-server-twilio"
],
"command": "npx"
}
}
}Be the first to review this server!