Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Twilio Mcp Server

БесплатноПоддерживается

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

GitHubEmbed

Описание

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

README

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:

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

Find these in your Twilio Console dashboard.

Install

npx twilio-mcp

Claude Desktop setup

{
  "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 version="1.0" encoding="UTF-8"?>
<Response>
  <Say voice="alice">Hello, this is a call from your AI assistant.</Say>
</Response>

License

MIT

from github.com/mrfentmen/twilio-mcp

Установить Twilio Mcp Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install twilio-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add twilio-mcp-server --env TWILIO_ACCOUNT_SID="" --env TWILIO_AUTH_TOKEN="" -- npx -y twilio-mcp-server

Пошаговые гайды: как установить Twilio Mcp Server

FAQ

Twilio Mcp Server MCP бесплатный?

Да, Twilio Mcp Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Twilio Mcp Server?

Да, требуются переменные окружения: TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN. Unyly подставит их в конфиг при установке.

Twilio Mcp Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Twilio Mcp Server в Claude Desktop, Claude Code или Cursor?

Открой Twilio Mcp Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Twilio Mcp Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development