twilio mcp server for Cursor
io.github.mrfentmen/twilio-mcp-server
Send SMS, MMS, WhatsApp messages, make voice calls, and manage Twilio phone numbers.
client:Cursor
transport:stdio
runtime:npm
Install twilio mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"twilio-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"twilio-mcp-server"
],
"env": {
"TWILIO_ACCOUNT_SID": "<TWILIO_ACCOUNT_SID>",
"TWILIO_AUTH_TOKEN": "<TWILIO_AUTH_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs