Skip to content
Cline

mcp twilio for Cline

io.github.codespar/mcp-twilio

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

client:Cline transport:stdio runtime:npm

Install mcp twilio in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp twilio in other clients