Back to directory
yiyangli/sms-mcp-server

yiyangli/sms-mcp-server

@YiyangLi

A Model Context Protocol (MCP) server that enables Claude and other AI assistants to send SMS messages using Twilio.

smstwiliomessagingclaudeai-assistantmcp-servercommunicationtool

Installation & Configuration

{
  "mcpServers": {
    "twilio": {
      "command": "npx",
      "args": [
        "-y",
        "@yiyang.1i/sms-mcp-server"
      ],
      "env": {
        "ACCOUNT_SID": "your_account_sid",
        "AUTH_TOKEN": "your_auth_token",
        "FROM_NUMBER": "your_twilio_number"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15