Skip to main content
ClaudeWave

MCP server for Twilio communications. Send SMS, MMS, WhatsApp, make voice calls, and manage phone numbers.

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated 1mo ago
ClaudeWave Trust Score
57/100
· OK
Passed
  • Recently active
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/22/2026
Install in Claude Code / Claude Desktop
Method: NPX · twilio-mcp
Claude Code CLI
claude mcp add twilio-mcp -- npx -y twilio-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "twilio-mcp": {
      "command": "npx",
      "args": ["-y", "twilio-mcp"],
      "env": {
        "TWILIO_AUTH_TOKEN": "<twilio_auth_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
TWILIO_AUTH_TOKEN
Use cases

MCP Servers overview

# Twilio MCP

An MCP server for Twilio communications. Send SMS, MMS, and WhatsApp messages. Make voice calls. Manage phone numbers.

## What it does

Connect your Twilio account to any MCP client. Send text messages, share images, make phone calls, and manage your phone numbers through natural language.

## Tools

- send_sms. Send an SMS text message.
- send_mms. Send an MMS message with an image or media file.
- send_whatsapp. Send a WhatsApp message.
- get_message_status. Check delivery status of a sent message.
- list_messages. View recent message history with filters.
- make_call. Initiate a voice call with TwiML control.
- list_calls. View recent call history.
- list_numbers. List your Twilio phone numbers.
- search_numbers. Search available phone numbers by area code.

## Authentication

Set these environment variables:

```bash
export TWILIO_ACCOUNT_SID="ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export TWILIO_AUTH_TOKEN="your-auth-token"
```

Find these in your Twilio Console dashboard.

## Install

```bash
npx twilio-mcp
```

## Claude Desktop setup

```json
{
  "mcpServers": {
    "twilio": {
      "command": "npx",
      "args": ["-y", "twilio-mcp"],
      "env": {
        "TWILIO_ACCOUNT_SID": "ACxxxxxxxx",
        "TWILIO_AUTH_TOKEN": "your-token"
      }
    }
  }
}
```

## Example usage

Ask Claude:

"Send an SMS to +14155551234 saying 'Hello from Claude' from my Twilio number"

"Send a WhatsApp message to +14155551234 with this image attached"

"What is the delivery status of message SM1234567890?"

"List my recent messages from the last day"

"Call +14155551234 and play a message using this TwiML URL"

"List my Twilio phone numbers"

"Search for available phone numbers in area code 415"

## Voice calls

To make calls, you need a TwiML URL that controls the call flow. You can use TwiML Bin in the Twilio Console or host your own TwiML. Example TwiML:

```xml
<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <Say voice="alice">Hello, this is a call from your AI assistant.</Say>
</Response>
```

## License

MIT

What people ask about twilio-mcp

What is mrfentmen/twilio-mcp?

+

mrfentmen/twilio-mcp is mcp servers for the Claude AI ecosystem. MCP server for Twilio communications. Send SMS, MMS, WhatsApp, make voice calls, and manage phone numbers. It has 0 GitHub stars and its last recorded update is dated 2026-08-08.

How do I install twilio-mcp?

+

You can install twilio-mcp by cloning the repository (https://github.com/mrfentmen/twilio-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mrfentmen/twilio-mcp safe to use?

+

Our security agent has analyzed mrfentmen/twilio-mcp and assigned a Trust Score of 57/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains mrfentmen/twilio-mcp?

+

mrfentmen/twilio-mcp is maintained by mrfentmen. The last recorded GitHub activity is dated 2026-08-08, with 0 open issues.

Are there alternatives to twilio-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy twilio-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mrfentmen/twilio-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mrfentmen-twilio-mcp)](https://claudewave.com/repo/mrfentmen-twilio-mcp)
<a href="https://claudewave.com/repo/mrfentmen-twilio-mcp"><img src="https://claudewave.com/api/badge/mrfentmen-twilio-mcp" alt="Featured on ClaudeWave: mrfentmen/twilio-mcp" width="320" height="64" /></a>

More MCP Servers

twilio-mcp alternatives