Twilio MCP Server
@YiyangLi
关于 Twilio MCP Server
A Model Context Protocol (MCP) server that enables Claude and other AI assistants to send SMS messages using Twilio.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sms-mcp-server": {
"command": "npx",
"args": [
"-y",
"@yiyang.1i/sms-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Twilio MCP Server?
Twilio MCP Server is a Model Context Protocol (MCP) server that enables Claude and other AI assistants to send SMS and MMS messages using Twilio. It provides a secure, credential‑managed interface for programmatic messaging.
How to use Twilio MCP Server?
The server is invoked via npx -y @yiyang.1i/sms-mcp-server. It requires three environment variables: ACCOUNT_SID, AUTH_TOKEN, and FROM_NUMBER. For Claude Desktop, add a twilio entry to the MCP server configuration JSON and restart the app.
Key features of Twilio MCP Server
- Send SMS and MMS messages
- Pre‑built prompts for common messaging scenarios
- Secure handling of Twilio credentials
- Natural language interaction through Claude
Use cases of Twilio MCP Server
- Send a simple SMS reminder to a phone number
- Compose and send creative messages (e.g., a haiku) via Claude
- Integrate Twilio messaging into AI‑assisted workflows
- Automate outbound notifications without writing code
FAQ from Twilio MCP Server
What runtime is required?
Node.js 18 or higher. Use nvm to install/update if needed.
How do I configure the server?
Set the environment variables ACCOUNT_SID, AUTH_TOKEN, and FROM_NUMBER (in E.164 format) in the MCP server configuration.
What phone number format must I use?
All phone numbers must be in E.164 format, e.g., +11234567890.
Where can I find my Twilio credentials?
Your ACCOUNT_SID and AUTH_TOKEN can be copied from the Twilio Console.
Are there any known limits or security concerns?
Be aware of your Twilio account’s rate limits and pricing. Never commit credentials to version control.
沟通协作 分类下的更多 MCP 服务器
Gmail
shinzo-labsMCP Implementation for Gmail Services
Discord MCP Server
hanwegMCP server for discord bot
MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
feishu-tools-mcp
Li-vienMCP server provides Feishu related operations to AI encoding agents such as cursor 飞书MCP插件,读取文档、发送消息、合同审批、数据处理.....
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.
评论