Loading MCP server directory, please wait...
MCP server for Twilio — global SMS, WhatsApp, Voice, Verify, and Lookup across 180+ countries
npx @getmcp/cli add io.github.codespar/mcp-twilioRequires Node.js 18+. Community-contributed server. Review source before installing.
TWILIO_ACCOUNT_SIDTwilio Account SID (starts with AC...). Used as username for HTTP Basic auth.
TWILIO_AUTH_TOKENTwilio Auth Token. Used as password for HTTP Basic auth.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-twilio": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-twilio"
],
"env": {
"TWILIO_ACCOUNT_SID": "",
"TWILIO_AUTH_TOKEN": "",
"TWILIO_MESSAGING_SERVICE_SID": ""
}
}
}
}