# Does Twilio have an MCP server?

**Yes — Official.** Twilio maintains an official MCP server.

## Facts

- Verdict: Official (Yes)
- Access: Remote server — Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
- Endpoint: `https://mcp.twilio.com/docs`
- Repository: [twilio-labs/mcp](https://github.com/twilio-labs/mcp) — ★ 109, last push 2026-02-14, MIT
- Maintainer: Twilio Labs
- Language: TypeScript
- Category: [Communication](https://mcpyet.com/category/communication/)
- Verified against vendor docs: 2026-08-10
- GitHub data refreshed: 2026-08-11 (re-checked every 6 hours)

## What it does

> Monorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
> — how [twilio-labs/mcp](https://github.com/twilio-labs/mcp) describes itself

Project site: <https://twilioalpha.com/mcp>

## The receipts

- **Vendor-hosted (remote):** `https://mcp.twilio.com/docs` — a remote server run by Twilio itself, nothing to install. Documented at <https://www.twilio.com/docs/ai/mcp>.
- **Official repository:** [twilio-labs/mcp](https://github.com/twilio-labs/mcp) — ★ 109, pushed 2026-02-14, MIT (maintained)

## How to connect it

Hosted by the vendor — no install, connect over HTTP with OAuth or a token.

### Claude Code

```sh
claude mcp add --transport http twilio https://mcp.twilio.com/docs
```

Add `--scope user` to make it available in every project.

### Claude Desktop

1. Open **Settings → Connectors**
2. Click **Add custom connector**
3. Paste `https://mcp.twilio.com/docs`
4. Finish the sign-in prompt, then enable it in the chat's tools menu

### Cursor

Add to `.cursor/mcp.json` in your project, or `~/.cursor/mcp.json` for every project:

```json
{
  "mcpServers": {
    "twilio": {
      "url": "https://mcp.twilio.com/docs"
    }
  }
}
```

### VS Code

Add to `.vscode/mcp.json`, then pick the server from Copilot's agent-mode tools menu:

```json
{
  "servers": {
    "twilio": {
      "type": "http",
      "url": "https://mcp.twilio.com/docs"
    }
  }
}
```

### ChatGPT

1. Enable **Developer mode** under Settings → Apps & Connectors → Advanced
2. Choose **Create** and paste `https://mcp.twilio.com/docs`
3. Complete sign-in, then enable the connector in a new chat

## How we know

Official hosted MCP server at mcp.twilio.com (Public Beta, 1,800+ API endpoints) plus the self-hostable twilio-labs/mcp repo (npm @twilio-alpha/mcp). Seed said COMMUNITY-ONLY.

- GitHub data refreshed 2026-08-11, then every 6 hours.
- Vendor docs verified on 2026-08-10.
- Corrections: hello@mcpyet.com.

## Also in Communication

- [Discord](https://mcpyet.com/mcp/discord.md) — Community only (Sort of)
- [Slack](https://mcpyet.com/mcp/slack.md) — Official (Yes)
- [Microsoft Outlook](https://mcpyet.com/mcp/outlook.md) — Official (Yes)
- [Gmail](https://mcpyet.com/mcp/gmail.md) — Official (Yes)
- [WhatsApp](https://mcpyet.com/mcp/whatsapp.md) — Community only (Sort of)
- [Telegram](https://mcpyet.com/mcp/telegram.md) — Community only (Sort of)

---

Source: https://mcpyet.com/mcp/twilio/ — data refreshed 2026-08-11
