Does Twilio have an MCP server?
Twilio maintains an official MCP server.
- Access
- Remote server
- Endpoint
- https://mcp.twilio.com/docs
- Repository
- twilio-labs/mcp
- Maintainer
- Twilio Labs
- License
- MIT
- Language
- TypeScript
- Stars
- 109
- Last commit
- 6mo ago
- Category
- Communication
Monorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
Project site: twilioalpha.com
A remote server run by Twilio itself — nothing to install. Documented at www.twilio.com.
Monorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http twilio https://mcp.twilio.com/docsAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.twilio.com/docs - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"twilio": {
"url": "https://mcp.twilio.com/docs"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"twilio": {
"type": "http",
"url": "https://mcp.twilio.com/docs"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.twilio.com/docs - Complete sign-in, then enable the connector in a new chat
Does Twilio have an official MCP server?
Yes. Twilio maintains an official MCP server, hosted at https://mcp.twilio.com/docs. The source lives at twilio-labs/mcp on GitHub.
How do I connect Twilio to Claude?
Add https://mcp.twilio.com/docs as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http twilio https://mcp.twilio.com/docs" in Claude Code.
Do I need to install anything to use the Twilio MCP server?
No. It is a remote server hosted by Twilio, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
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 metadata is refreshed every six hours.
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
Spotted something out of date? Tell us — corrections ship same-day.