Back to MCP directory
publicPublicdnsLocal runtime

Twilio SMS

Twilio MCP服务器的Python实现

article

README

🚀 twilio-mcp-python

这是一个Twilio MCP服务器,为用户提供了便捷的消息发送和日志查看功能。它包含了两个实用工具,能满足基本的消息交互需求,未来还将拓展更多功能。

🚀 快速开始

目前该项目有两个工具,分别是 send_messageget_message_logs ,可以满足基本的消息发送和日志查看需求。

✨ 主要特性

  • 消息发送:通过 send_message 工具可以实现消息的发送。
  • 日志查看:使用 get_message_logs 工具能够查看消息日志。

📚 详细文档

未来工作

后续会添加提示和呼叫功能,进一步完善项目的功能。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client