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.
Retrieve the logs of messages sent through the Twilio MCP server.