MCP server

Twilio
MCPOfficial Twilio MCP. Messages and numbers.
Twilio’s remote MCP. Send and inspect against the project you authorize.
latest·Proprietary·Updated this quarter·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"twilio": {
"url": "https://mcp.twilio.com/mcp"
}
}
}By Twilio
Spec
What the server actually exposes.
list_numbers
readNumbers in the project.
list_messages
readRecent messages.
send_message
writeSend after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
twilio-mcp.mcp/tools
Tools
- read
list_numbers
Numbers in the project.
- read
list_messages
Recent messages.
- write
send_message
Send after you confirm.
Last call
{ "ok": true,
"tool": "list_numbers",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
