Skip to content
MCP-Bridge
Communication

Twilio API MCP Config

Send SMS, make calls, and manage communication channels through your AI agent.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/twilio.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/twilio.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/twilio.json

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