Skip to content
skillsaggregatorskillsaggregator
Major-vendorstdio● online
Twilio MCP creator logo

Twilio MCP

by Twilio · Communication

Source

Send SMS, manage phone numbers, inspect call logs, and access Twilio Flex data.

Works with:Claude CodeCursorWindsurfOpenCode
smscallsphone-numbersreadwrite

Install

Run this command in your terminal:

claude mcp add --transport stdio mcp-twilio -- npx -y twilio-mcp-server

Before running, set: TWILIO_ACCOUNT_SIDTWILIO_AUTH_TOKEN

Authentication

API key

Required environment variables:

  • TWILIO_ACCOUNT_SID
  • TWILIO_AUTH_TOKEN

See the setup guide for step-by-step instructions on obtaining these credentials.

Official Twilio MCP.