Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado 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
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre twilio-mcp

¿Qué es mrfentmen/twilio-mcp?

+

mrfentmen/twilio-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Twilio communications. Send SMS, MMS, WhatsApp, make voice calls, and manage phone numbers. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-08.

¿Cómo se instala twilio-mcp?

+

Puedes instalar twilio-mcp clonando el repositorio (https://github.com/mrfentmen/twilio-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mrfentmen/twilio-mcp?

+

Nuestro agente de seguridad ha analizado mrfentmen/twilio-mcp y le ha asignado un Trust Score de 57/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene mrfentmen/twilio-mcp?

+

mrfentmen/twilio-mcp es mantenido por mrfentmen. La última actividad registrada en GitHub es del 2026-08-08, con 0 issues abiertos.

¿Hay alternativas a twilio-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega twilio-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a twilio-mcp