Back to directory
errajibadr/twilio_manager_mcp

errajibadr/twilio_manager_mcp

@errajibadr

A Model Context Protocol (MCP) implementation for managing Twilio resources including subaccounts, phone numbers, and regulatory bundles through a standardized interface.

twiliomcpcloudcommunicationsubaccountsphone-numbersmanagementapi

Installation & Configuration

{
  "mcpServers": {
    "twilio_manager_mcp_uvx": {
      "command": "uvx",
      "args": [
        "twilio-manager-mcp"
      ],
      "env": {
        "TWILIO_ACCOUNT_SID": "your_account_sid",
        "TWILIO_AUTH_TOKEN": "your_auth_token"
      }
    },
    "twilio_manager_mcp_abs": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/twilio_manager_mcp",
        "run",
        "mcp",
        "run",
        "./twilio_manager_mcp.py"
      ],
      "env": {
        "TWILIO_ACCOUNT_SID": "your_account_sid",
        "TWILIO_AUTH_TOKEN": "your_auth_token"
      }
    },
    "twilio_manager_mcp_sse": {
      "url": "http://localhost:8000/sse"
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/14
Updated
2026/6/15