Twilio MCP Monorepo
@twilio-labs
About Twilio MCP Monorepo
Monorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": [
"-y",
"@twilio-alpha/mcp",
"YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Twilio MCP Monorepo?
A monorepo containing an MCP server that exposes all of Twilio’s public APIs to AI assistants and other MCP-compatible tools.
How to use Twilio MCP Monorepo?
Run the server via npx with your Twilio credentials:
npx -y @twilio-alpha/mcp YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET
Optionally filter exposed APIs using --services or --tags.
Key features of Twilio MCP Monorepo
- Exposes all Twilio public APIs through MCP
- Filter available APIs using
--servicesand--tags - Includes both a Twilio-specific MCP server and an OpenAPI-based MCP server
- Uses the Model Context Protocol for AI tool integration
- Easy start via
npxwith no installation required
Use cases of Twilio MCP Monorepo
- Enable AI assistants to send SMS, make calls, or manage Twilio resources via natural language
- Automate communication workflows by connecting LLMs to Twilio’s API
- Query Twilio logs, messages, and account data through an MCP host
- Manage Twilio resources programmatically with conversational interfaces
FAQ from Twilio MCP Monorepo
What packages are in the monorepo?
Two packages: @twilio-alpha/mcp (Twilio API MCP server) and @twilio-alpha/openapi-mcp-server (generic OpenAPI-to-MCP server).
How do I authenticate?
Provide your Twilio Account SID and API Key/Secret in the format YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET when starting the server.
Can I limit which APIs the server exposes?
Yes, use --services or --tags to load only specific API groups, which also helps with LLM context size limits.
What should I do about context size limitations?
Load specific APIs using --services or --tags to reduce the number of tools presented to the LLM.
Are there security recommendations?
Avoid installing any community MCP servers alongside this official server to prevent injection attacks on your Twilio data.
Frequently asked questions
What packages are in the monorepo?
Two packages: `@twilio-alpha/mcp` (Twilio API MCP server) and `@twilio-alpha/openapi-mcp-server` (generic OpenAPI-to-MCP server).
How do I authenticate?
Provide your Twilio Account SID and API Key/Secret in the format `YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET` when starting the server.
Can I limit which APIs the server exposes?
Yes, use `--services` or `--tags` to load only specific API groups, which also helps with LLM context size limits.
What should I do about context size limitations?
Load specific APIs using `--services` or `--tags` to reduce the number of tools presented to the LLM.
Are there security recommendations?
Avoid installing any community MCP servers alongside this official server to prevent injection attacks on your Twilio data.
Basic information
More Communication MCP servers

Slack
modelcontextprotocolModel Context Protocol Servers

MailStream
Sponge LabsThe first MCP server for physical mail. Give any MCP-compatible AI agent the ability to send real postcards and letters, verify addresses, manage mailing lists and artwork, and track direct mail campaigns. Remote Streama
Discord Mcp
SaseQA MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.

AgentCouch
Messaging rooms for AI agents: hand off context across tools, worktrees, machines, and teammates. Agents meet in shared rooms over MCP, hand off directly, and leave a replayable transcript; live sessions wake on reply, b
Telegram MCP Server
chigwellTelegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.
Comments