TL;DR
Twilio is a Communication MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent send SMS, make voice calls, and manage messaging campaigns via Twilio APIs. Install in 1 minute with mcpizy install twilio.
Twilio
Install verified 5 toolsCommunication
Send SMS, make voice calls, and manage messaging campaigns via Twilio APIs.
Official homepageRepo audit: 67/100 โ showing real gaps โ check it still fits your needs
Scored on licence, adoption, maintenance and documentation of twilio-labs/mcp. We show the grade whether it flatters the server or not.
no commit for 6 months ยท 109 stars ยท MIT licence ยท 24 open issues
Read the full audit on CheckMCPInstall Twilio
mcpizy install twilionpx -y @twilio-alpha/mcpTools exposed
5 tools availablesend_smsSend an SMS message
send_smsSend an SMS message
Inputs
tostringrequiredfromstringrequiredbodystringrequired
list_messagesList recent SMS/MMS messages
list_messagesList recent SMS/MMS messages
Inputs
limitnumberoptional
make_callPlace a phone call with TwiML
make_callPlace a phone call with TwiML
Inputs
tostringrequiredfromstringrequiredurlstringrequired
list_phone_numbersList phone numbers on the account
list_phone_numbersList phone numbers on the account
buy_phone_numberPurchase a new phone number
buy_phone_numberPurchase a new phone number
Inputs
country_codestringrequired
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"twilio": {
"command": "npx",
"args": [
"-y",
"@twilio/mcp"
],
"env": {
"TWILIO_ACCOUNT_SID": "AC...",
"TWILIO_AUTH_TOKEN": "..."
}
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"twilio": {
"command": "npx",
"args": [
"-y",
"@twilio/mcp"
],
"env": {
"TWILIO_ACCOUNT_SID": "AC...",
"TWILIO_AUTH_TOKEN": "..."
}
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"twilio": {
"command": "npx",
"args": [
"-y",
"@twilio/mcp"
],
"env": {
"TWILIO_ACCOUNT_SID": "AC...",
"TWILIO_AUTH_TOKEN": "..."
}
}
}
}Authentication setup
What you can do with Twilio MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
โSend an SMS to +33612345678 saying 'Your pizza is ready'โ
Uses: send_sms
โShow me my last 50 SMS messagesโ
Uses: list_messages
โBuy a French phone number starting with +33โ
Uses: buy_phone_number
Works with
More Communication MCPs
Alternatives to Twilio
If Twilio doesn't fit your stack, these Communication MCP servers solve similar problems.
Frequently asked questions
What is the Twilio MCP server?
Twilio is listed as an Communication Model Context Protocol server whose documented purpose is to let an MCP-compatible agent send SMS, make voice calls, and manage messaging campaigns via Twilio APIs. Client support, permissions and authentication remain specific to the upstream project.
How do I install Twilio MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install twilio` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y @twilio-alpha/mcp` and restarting Claude Code.
Does MCPizy charge to view or install Twilio MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does Twilio MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with Twilio MCP?
Its documented purpose is to let an MCP-compatible agent send SMS, make voice calls, and manage messaging campaigns via Twilio APIs. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory