← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-twilio

github By github 👁 2 views ▲ 0 votes

MCP server for Twilio — global SMS, WhatsApp, Voice, Verify, and Lookup across 180+ countries

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-twilio",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Twilio Account SID (starts with AC...). Used as username for HTTP Basic auth.",
          "isRequired": true,
          "format": "string",
          "name": "TWILIO_ACCOUNT_SID"
        },
        {
          "description": "Twilio Auth Token. Used as password for HTTP Basic auth.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TWILIO_AUTH_TOKEN"
        },
        {
          "description": "Optional default Messaging Service SID (starts with MG...) used for send_message when From is omitted.",
          "format": "string",
          "name": "TWILIO_MESSAGING_SERVICE_SID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...