CursorPool
← 返回 MCP 列表
Twilio MCP

Twilio MCP

发送短信与查询通信记录,集成消息与语音能力。

Twilio·260 次安装·1 个月前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @twilio-alpha/mcp

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "twilio": {
      "command": "npx",
      "args": [
        "-y",
        "@twilio-alpha/mcp"
      ]
    }
  }
}