Twilio
Summary
Twilio Labs' MCP server — send messages, place calls, and manage numbers across the Twilio API.
Features
- Send SMS and place calls from an AI client
- Manage phone numbers and messaging services
- Access the full Twilio API surface through one server
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Twilio Labs' MCP server exposes the Twilio API to an AI assistant, covering messaging, voice, and account management.
What it can do
- Messaging — send SMS and WhatsApp messages, and inspect message history and delivery status
- Voice — place calls and retrieve call records and recordings
- Phone numbers — search available numbers, purchase them, and configure webhooks
- Messaging services and sender pools
- Account resources — subaccounts, usage records, and API keys
Because it is generated from Twilio's OpenAPI specifications, coverage extends across the API surface rather than a hand-picked subset, and it can be scoped to specific services to keep the tool list manageable.
Realistic uses
Prototyping a notification flow, debugging why a message failed by reading its status and error code, bulk-configuring webhook URLs across numbers, and looking up call records without opening the console.
Important caution
Sending messages and placing calls costs money and reaches real people. Use API key credentials rather than the account auth token, and be deliberate about giving an assistant send permissions.
Runs with npx -y @twilio-alpha/mcp.
Related MCP Servers
mcp-remote
by Glen Maddern
A proxy that lets local-only MCP clients connect to remote servers, handling OAuth and transport differences.
Blender
by Siddharth Ahuja
Control Blender from an AI client — build scenes, apply materials, and run Python against the live session.
E2B
by E2B
Run AI-generated code safely in an isolated cloud sandbox, with results returned as data rather than text.
ElevenLabs
by ElevenLabs
ElevenLabs' official MCP server — generate speech, clone voices, transcribe audio, and build voice agents.