{
  "markdown": "# Twilio MCP\n\nAn MCP server for Twilio communications. Send SMS, MMS, and WhatsApp messages. Make voice calls. Manage phone numbers.\n\n## What it does\n\nConnect your Twilio account to any MCP client. Send text messages, share images, make phone calls, and manage your phone numbers through natural language.\n\n## Tools\n\n- send_sms. Send an SMS text message.\n- send_mms. Send an MMS message with an image or media file.\n- send_whatsapp. Send a WhatsApp message.\n- get_message_status. Check delivery status of a sent message.\n- list_messages. View recent message history with filters.\n- make_call. Initiate a voice call with TwiML control.\n- list_calls. View recent call history.\n- list_numbers. List your Twilio phone numbers.\n- search_numbers. Search available phone numbers by area code.\n\n## Authentication\n\nSet these environment variables:\n\n```bash\nexport TWILIO_ACCOUNT_SID=\"ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\nexport TWILIO_AUTH_TOKEN=\"your-auth-token\"\n```\n\nFind these in your Twilio Console dashboard.\n\n## Install\n\n```bash\nnpx twilio-mcp\n```\n\n## Claude Desktop setup\n\n```json\n{\n  \"mcpServers\": {\n    \"twilio\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"twilio-mcp\"],\n      \"env\": {\n        \"TWILIO_ACCOUNT_SID\": \"ACxxxxxxxx\",\n        \"TWILIO_AUTH_TOKEN\": \"your-token\"\n      }\n    }\n  }\n}\n```\n\n## Example usage\n\nAsk Claude:\n\n\"Send an SMS to +14155551234 saying 'Hello from Claude' from my Twilio number\"\n\n\"Send a WhatsApp message to +14155551234 with this image attached\"\n\n\"What is the delivery status of message SM1234567890?\"\n\n\"List my recent messages from the last day\"\n\n\"Call +14155551234 and play a message using this TwiML URL\"\n\n\"List my Twilio phone numbers\"\n\n\"Search for available phone numbers in area code 415\"\n\n## Voice calls\n\nTo make calls, you need a TwiML URL that controls the call flow. You can use TwiML Bin in the Twilio Console or host your own TwiML. Example TwiML:\n\n```xml\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Response>\n  <Say voice=\"alice\">Hello, this is a call from your AI assistant.</Say>\n</Response>\n```\n\n## License\n\nMIT\n",
  "bytes": 2056,
  "sha": "be5092fa798bfda635b63975fb0f1daa96cfa89c76cccb9c245f4ee039e2cc22",
  "repo_slug": "mrfentmen/twilio-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mrfentmen_twilio_mcp_server_68b0af12/readme"
}