MCP server
Twilio MCP Server
Twilio's own MCP server, exposing its public APIs for messaging, voice and numbers.
Add it to your client
OfficialInstall
npx -y @twilio-alpha/mcp YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET
mcpServers
{
"mcpServers": {
"twilio-mcp": {
"command": "npx",
"args": [
"-y",
"@twilio-alpha/mcp",
"YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- License
- MIT
Maintained by Twilio Labs, the package turns Twilio's public REST APIs into MCP tools so an assistant can send messages, inspect logs or manage phone numbers. Because the full surface is large, the server accepts --services and --tags flags that narrow the exposed set and keep the context window manageable. Authentication uses an account SID together with an API key and secret.
Similar MCP servers
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
Fetch (MCP Reference Server)
MCP serverReference server that retrieves a URL and hands back markdown.
Developer ToolsSearch Engines & Web
Comments(0)
Sign in to comment