This Twilio MCP server enables AI assistants to send SMS messages and retrieve message logs through the Twilio API. Built with Python using the FastMCP framework, it provides two main tools: 'textme' for sending text messages to specified phone numbers and 'msglogs' for retrieving message history. The implementation handles Twilio authentication through environment variables and includes phone number formatting validation. It's particularly useful for workflows requiring programmatic SMS communication, notification systems, or monitoring message delivery status without leaving the conversation interface.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Send a message using the Twilio MCP server. Parameters: message (string), to (string), from (string)
Retrieve message logs from the Twilio MCP server. Parameters: start_date (string), end_date (string), limit (optional integer)