Skip to content
MCP-Bridge
CommunicationAccount SID + Auth TokenCommunity

Twilio API MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @twilio/mcp-server

Environment Variables

TWILIO_ACCOUNT_SID

Example: your_account_sid

TWILIO_AUTH_TOKEN

Example: your_auth_token

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

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

Endpoints

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

Send message

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

Make call