Skip to content
MCP-Bridge
Communication

Twilio API Claude Desktop Config

Add the Twilio API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your Account SID + Auth Token in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "twilio": {
      "command": "npx",
      "args": [
        "-y",
        "@twilio/mcp-server"
      ],
      "env": {
        "TWILIO_ACCOUNT_SID": "your_account_sid",
        "TWILIO_AUTH_TOKEN": "your_auth_token"
      }
    }
  }
}

Environment Variables

TWILIO_ACCOUNT_SID

Replace your_account_sid with your actual twilio account sid

TWILIO_AUTH_TOKEN

Replace your_auth_token with your actual twilio auth token

Endpoints

POST/2010-04-01/Accounts/{sid}/Messages.json

Send message

POST/2010-04-01/Accounts/{sid}/Calls.json

Make call