deshartman_twilio-messaging-mcp-server
If you are the rightful owner of deshartman_twilio-messaging-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP (Model Context Protocol) server that enables sending SMS messages via the Twilio API.
The Twilio Messaging MCP Server is designed to facilitate the sending of SMS messages through the Twilio API. It integrates seamlessly with MCP clients such as Claude Desktop, providing a secure and efficient way to handle SMS communications. The server emphasizes security by using Twilio API Keys and Secrets instead of traditional Auth Tokens, allowing for better access control and the ability to revoke credentials if necessary. This server can be installed globally or used directly via npx, making it flexible for different development environments. It requires specific configuration parameters, including the Twilio Account SID, API Key, API Secret, and the Twilio phone number from which messages will be sent.
Features
- Send SMS messages via Twilio
- Integrates with MCP clients like Claude Desktop
- Secure credential handling without environment variables
- Uses Twilio API Keys for improved security
Tools
send-sms
Sends an SMS message via Twilio. Parameters include 'to' for the destination phone number and 'message' for the content.