MCP server

Twilio

MCP

Official 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

    read

    Numbers in the project.

  • list_messages

    read

    Recent messages.

  • send_message

    write

    Send 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

  • list_numbers

    Numbers in the project.

    read
  • list_messages

    Recent messages.

    read
  • send_message

    Send after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_numbers",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.