Twilio Messaging MCP Server
@deshartman
关于 Twilio Messaging MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"twilio-messaging-mcp-server": {
"command": "npx",
"args": [
"@deshartman/twilio-messaging-mcp-server",
"<accountSid>",
"<apiKey>",
"<apiSecret>",
"<number>"
]
}
}
}工具
1Send an SMS message via Twilio with server readiness validation
概览
What is Twilio Messaging MCP Server?
An MCP server for sending SMS messages via the Twilio API. It provides tools, resources, and prompts for interacting with the Twilio Messaging API and integrates with Claude AI through the Model Context Protocol (MCP).
How to use Twilio Messaging MCP Server?
Install with npm i @deshartman/twilio-messaging-mcp-server or run directly via npx with required arguments: npx @deshartman/twilio-messaging-mcp-server <accountSid> <apiKey> <apiSecret> <number>. Optionally use a .env file with run-server.sh for credentials and ngrok settings. Status callbacks require ngrok authentication token and optional custom domain.
Key features of Twilio Messaging MCP Server
- Send SMS messages through Twilio.
- Get status callbacks from Twilio with enhanced error handling.
- Integrates with Claude AI via the Model Context Protocol.
- Executable via npx without installation.
- Supports ngrok tunnels for callback handling.
Use cases of Twilio Messaging MCP Server
- Automate SMS sending from Claude AI conversations.
- Create AI-powered messaging workflows with Twilio.
- Receive and process SMS status callbacks in real time.
- Rapidly prototype messaging features without manual API calls.
FAQ from Twilio Messaging MCP Server
What are the prerequisites to use this server?
Node.js >= 18.0.0, a Twilio account with Account SID, API Key/Secret, and a Twilio phone number, plus an ngrok account with an auth token.
What environment variables are required?
NGROK_AUTH_TOKEN is required for callback handling; NGROK_CUSTOM_DOMAIN is optional.
How do I resolve an ngrok tunnel “already online” error?
Stop the existing endpoint first, use a different domain name, or start both endpoints with --pooling-enabled to load balance.
What should I do if I get an ENOTEMPTY error with npm?
Try running the server directly with Node.js instead of using npx.
Can I run the server without installing it?
Yes, use npx: npx @deshartman/twilio-messaging-mcp-server <accountSid> <apiKey> <apiSecret> <number>.
沟通协作 分类下的更多 MCP 服务器
飞书MCP服务器
sdd330MCP server provides feishu related operations
Gmail
shinzo-labsMCP Implementation for Gmail Services
WhatsApp MCP Server
msaelicesWhatsapp MCP Server implemented in Python
Telegram MCP Server
kfastovTelegram user console client and archiver

Slack
modelcontextprotocolModel Context Protocol Servers
评论