Overview
Features
Exposes Twilio Public APIs via MCP
A server implementing the Model Context Protocol to expose Twilio's public APIs to MCP-enabled AI assistants and tools.
Monorepo with two MCP packages
Contains mcp (Twilio public API server) and openapi-mcp-server (serves an OpenAPI spec).
Configurable exposure via services and tags
Filter which APIs are exposed using --services and --tags options.
OpenAPI MCP Server serves given OpenAPI spec
OpenAPI MCP Server lets you specify the location of an OpenAPI spec with --apiPath.
Easy Quick Start with npx
Start an MCP server quickly using npx with Twilio API key credentials.
Security recommendations
Advises avoiding running untrusted community MCP servers to reduce data access risk.
Troubleshooting guidance
Offers guidance on context size limits, authentication, and API versioning; see package docs for details.
Development tooling
Includes tests and lint commands (npm test, npm run lint, npm run lint:fix) for development.
Who Is This For?
- AI developers:Expose Twilio APIs to MCP-supported AI assistants and tools.
- Twilio integrators:Integrate Twilio capabilities into MCP-powered AI workflows.
- OpenAI adapters:Enable OpenAI-based apps to access Twilio APIs via MCP for contextual tool usage.




