Server Directory
CommunicationIntermediate

Twilio

by Twilio

Send SMS messages and make voice calls through Twilio. Manage phone numbers, check message history, and handle communication workflows.

CAPABILITIES

  • Send SMS messages
  • Voice call management
  • Phone number management
  • Message history access
  • WhatsApp messaging

INSTALLATION

Terminal
npx -y @twilio/mcp-server-twilio

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "twilio": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@twilio/mcp-server-twilio"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Communication
Difficulty
Intermediate
Maintained By
Twilio
NPM Package
@twilio/mcp-server-twilio

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →