twilio mcp server for Zed
io.github.mrfentmen/twilio-mcp-server
Send SMS, MMS, WhatsApp messages, make voice calls, and manage Twilio phone numbers.
client:Zed
transport:stdio
runtime:npm
Install twilio mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"twilio-mcp-server": {
"command": "npx",
"args": [
"-y",
"twilio-mcp-server"
],
"env": {
"TWILIO_ACCOUNT_SID": "<TWILIO_ACCOUNT_SID>",
"TWILIO_AUTH_TOKEN": "<TWILIO_AUTH_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs