← Back to Plugins
MCP Server MCP

io.github.mrfentmen/twilio-mcp-server

github By github 👁 1 views ▲ 0 votes

Send SMS, MMS, WhatsApp messages, make voice calls, and manage Twilio phone numbers.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "twilio-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Twilio Account SID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TWILIO_ACCOUNT_SID"
        },
        {
          "description": "Your Twilio Auth Token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TWILIO_AUTH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...