Enables sending SMS messages through Twilio's messaging service, with support for configurable recipients and default phone numbers.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Twilio MCPsend a text to my friend saying I'll be 10 minutes late"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
twilio-mcp
Simple MCP server for sending SMS via Twilio. Pure TypeScript, no build step.
Why this exists: The official Twilio MCP has a bug that causes invalid tool schemas, making it unusable with Claude. This is a minimal alternative that just works.
Usage
Arguments
--account-sid- Twilio Account SID (required)--auth-token- Twilio Auth Token (required)--messaging-service-sid- Twilio Messaging Service SID (required)--default-to- Default recipient phone number (optional)
Claude Code Configuration
Add to ~/.claude/settings.json:
Tools
send_text
Send an SMS message.
Parameters:
to(optional if--default-tois set) - Recipient phone number in E.164 formatmessage(required) - The text message to send