CuratedMCP
πŸ„
Windsurf
Free

How to Install Twilio MCP in Windsurf

Official Twilio integration β€” send SMS, voice, chat, and programmable messaging through AI

What Twilio MCP does

The official Twilio MCP server gives AI agents control over programmable communications. Use it to send SMS, voice calls, WhatsApp, and chat messages from natural language workflows while keeping credentials secure. Features: - Send and receive SMS, MMS, and WhatsApp messages - Place and manage voice calls - Inspect message logs and delivery status - Manage phone numbers and messaging services - Trigger programmable communication workflows - Access Twilio Conversations and chat sessions - Query usage and billing metrics Twilio MCP is ideal for AI-powered notifications, authentication flows, and customer communications.

twilio
sms
voice
messaging
communications

Installation steps

  1. 1Copy the config below
  2. 2Open ~/.codeium/windsurf/mcp_config.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Windsurf

Configuration

File location: ~/.codeium/windsurf/mcp_config.json

mcp_config.jsonjson
{
  "twilioMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@twilio/mcp"
    ],
    "env": {
      "TWILIO_ACCOUNT_SID": "AC...",
      "TWILIO_AUTH_TOKEN": "..."
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain Twilio MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/twilio-mcp)](https://curatedmcp.com/marketplace/twilio-mcp)