Twilio MCP
Local · stdioTwilio Labs' official MCP server (proof-of-concept stage): it auto-generates tools from Twilio's OpenAPI schemas, exposing 1,400+ endpoints to an agent — sending SMS and WhatsApp messages, placing voice calls, verifying phone numbers through the Verify API, and managing the account. Connects with an Account SID and an API Key/Secret. Experimental status — the tool surface may still change.
Why this server
- Auto-generated from OpenAPI, covering 1,400+ Twilio endpoints — not just a chosen few
- SMS, WhatsApp, Voice and Verify all under one roof — no separate integration per channel
- An official Twilio Labs project, but PoC status — the tool interface is still in flux
- API Key/Secret is safer than the account auth token — revoke it without rotating your main credentials
Usage examples
Prompt: Send a verification SMS code to this number via Verify
Result: The agent called verify_v2_create_verification with the Verify service and the sms channel, returning the send status.
Prompt: Send the customer a WhatsApp message with the parcel's tracking link
Result: The agent called messages_create with the whatsapp: channel and text containing the tracking link.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.