Skip to content
Twilio Docs

Twilio Docs

MIT
twiliodocumentationapi-referenceremote-mcp

Summary

Twilio's official documentation MCP server — search the docs and API specs in natural language, then pull the full parameter schema for a specific API operation before writing code against it.

Features

  • Natural-language search across Twilio docs and API specifications
  • Full parameter schemas for individual API operations on demand
  • Remote Streamable HTTP endpoint — nothing to install or run locally
  • Read-only: no account access, no messages sent, no spend

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Twilio Docs" tools will be available.
{
  "mcpServers": {
    "twilio-docs": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.twilio.com/docs"
      ]
    }
  }
}

Description

Twilio ships two very different MCP servers. This is the read-only one: it searches Twilio's documentation and API specifications so a coding agent can look up how something actually works instead of recalling it from training data. It does not touch your account, send anything, or spend money.

Tools
  • `twilio__search` — search Twilio docs and API operations by natural-language query.
  • `twilio__retrieve` — fetch the full parameter schema for a specific API operation.

That pairing is the point. Search finds the right operation; retrieve returns its exact parameters, so the generated request matches the current API rather than a plausible-looking one.

Connecting

The server is remote and needs nothing installed: point any Streamable-HTTP-capable client at https://mcp.twilio.com/docs. Codex users can run codex mcp add twilio-docs --url https://mcp.twilio.com/docs; Cursor takes an {"type": "http", "url": "..."} entry under MCP settings.

Pairs with

Twilio publishes a companion set of Agent Skills in the same twilio/ai repository, covering setup, product selection, implementation and compliance guardrails. The MCP server gives an agent the reference material; the skills give it the procedural judgement about which Twilio product to reach for.

Note that this is distinct from the Twilio Labs MCP server (@twilio-alpha/mcp), which exposes the live Twilio API and can send messages and place calls. If you want documentation lookup without granting account access, this is the one you want.

Status

Public Beta. Twilio states that Public Beta products are not covered by the Twilio Support Terms or the Twilio Service Level Agreement, and that the surface may change before general availability.

Related MCP Servers

MCP: Resend

by Resend

New

Resend's official MCP server for transactional and marketing email — send, schedule and batch messages, manage templates, contacts, broadcasts, automations, domains and suppressions from an agent.

Developer Tools
New

Postman's official MCP server — reach your workspaces, collections, specs and environments from Claude Code, Cursor, VS Code or Copilot, in four tool tiers.

Developer Tools
1 views
New

Drive live Jupyter notebooks from an agent — read and edit cells, execute code, see rich outputs, and run against local JupyterLab or a cloud sandbox.

Developer Tools
1 views

MCP: deja-vu

by Vladislav Shulcz

New

Indexes the coding-agent sessions already sitting on your disk — months of history from before you installed it — and serves them back over MCP. 3.5 GB searched in ~1.5 ms, no LLM, no embeddings.

Developer ToolsDatabases & Data
1 views
Browse all MCP servers →