Skip to content

twilio mcp server for Zed

io.github.mrfentmen/twilio-mcp-server

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

client:Zed transport:stdio runtime:npm

Install twilio mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "twilio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "twilio-mcp-server"
      ],
      "env": {
        "TWILIO_ACCOUNT_SID": "<TWILIO_ACCOUNT_SID>",
        "TWILIO_AUTH_TOKEN": "<TWILIO_AUTH_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

twilio mcp server in other clients