Back to Browse

Twilio MCP Server

CommunicationLow Risk8.0Local
Free

Send SMS, manage phone numbers, and voice calls via Twilio APIs

About

The Twilio MCP Server enables your AI assistant to send SMS messages, manage phone numbers, and interact with voice call APIs through Twilio. It provides tools for programmable messaging, phone number lookup, and communication management.

Built by Twilio Labs, this server connects to the Twilio API using account credentials. It supports sending and receiving SMS, managing phone numbers, and accessing call logs and messaging history.

Designed for developers building communication features who want to test, prototype, and manage Twilio resources through natural language without writing API code.

Security Report

8.0
Low Risk8.0Low Risk

Manually verified — official Twilio MCP server.

2 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Remote servers are capped at 8.0 because source code is not available for review. The score reflects endpoint verification only.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "twilio": {
      "env": {
        "TWILIO_AUTH_TOKEN": "<your-token>",
        "TWILIO_ACCOUNT_SID": "<your-sid>"
      },
      "args": [
        "-y",
        "@twilio-labs/mcp-server-twilio"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Twilio MCP Server - Send SMS, manage phone numbers, and voice calls via Twilio | MCP Marketplace