Skip to content
Windsurf

twilio mcp server for Windsurf

io.github.mrfentmen/twilio-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install twilio mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

twilio mcp server in other clients