Back to MCP Servers
Twilio Server
Send SMS, make calls, and manage Twilio communication services through natural language
twiliosmscommunicationsmessagingcommunity
Installation
npm install -g @twilio/mcp-serverConfiguration
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": ["-y", "@twilio/mcp-server"],
"env": {
"TWILIO_ACCOUNT_SID": "your-account-sid",
"TWILIO_AUTH_TOKEN": "your-auth-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes