PluginBench
MCP Server
Active

io.github.mrfentmen/twilio-mcp-server MCP Server

io.github.mrfentmen/twilio-mcp-server

What is the io.github.mrfentmen/twilio-mcp-server MCP server?

Send SMS, MMS, WhatsApp messages, make voice calls, and manage Twilio phone numbers.

How to install io.github.mrfentmen/twilio-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TWILIO_ACCOUNT_SID
    required
    secret

    Your Twilio Account SID

  • TWILIO_AUTH_TOKEN
    required
    secret

    Your Twilio Auth Token

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "twilio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "twilio-mcp-server"
      ],
      "env": {
        "TWILIO_ACCOUNT_SID": "<YOUR_TWILIO_ACCOUNT_SID>",
        "TWILIO_AUTH_TOKEN": "<YOUR_TWILIO_AUTH_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "twilio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "twilio-mcp-server"
      ],
      "env": {
        "TWILIO_ACCOUNT_SID": "<YOUR_TWILIO_ACCOUNT_SID>",
        "TWILIO_AUTH_TOKEN": "<YOUR_TWILIO_AUTH_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "twilio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "twilio-mcp-server"
      ],
      "env": {
        "TWILIO_ACCOUNT_SID": "<YOUR_TWILIO_ACCOUNT_SID>",
        "TWILIO_AUTH_TOKEN": "<YOUR_TWILIO_AUTH_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "twilio-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "twilio-mcp-server"
      ],
      "env": {
        "TWILIO_ACCOUNT_SID": "<YOUR_TWILIO_ACCOUNT_SID>",
        "TWILIO_AUTH_TOKEN": "<YOUR_TWILIO_AUTH_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add twilio-mcp-server --env TWILIO_ACCOUNT_SID=<YOUR_TWILIO_ACCOUNT_SID> --env TWILIO_AUTH_TOKEN=<YOUR_TWILIO_AUTH_TOKEN> -- npx -y twilio-mcp-server

Related MCP servers

Control Adobe Premiere Pro video editing via ExtendScript.

0
TypeScript
View repository →

Control GIMP image editing via Python-Fu scripting from AI agents.

0
TypeScript
View repository →

Search indexes, manage documents, check health and stats.

0
TypeScript
View repository →

Query Mixpanel events, funnels, retention, cohorts, and user profiles.

0
TypeScript
View repository →

Search OpenSearch indices, manage documents, check health and stats.

0
TypeScript
View repository →

Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.

0
TypeScript
View repository →