MCP.so
登录

Plivo MCP Server

@varunwahi-plivo

关于 Plivo MCP Server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

varunwahi-plivo

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "plivo": {
      "command": "python",
      "args": [
        "server.py"
      ],
      "env": {
        "PLIVO_AUTH_ID": "",
        "PLIVO_AUTH_TOKEN": "",
        "MY_NUMBER": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Plivo MCP Server?

A Message Control Protocol (MCP) server implementation for sending SMS messages via Plivo's API.

How to use Plivo MCP Server?

Install dependencies with pip install fastmcp plivo, then configure Claude Desktop by adding the server to your MCP configuration JSON with the required environment variables PLIVO_AUTH_ID, PLIVO_AUTH_TOKEN, and MY_NUMBER.

Key features of Plivo MCP Server

  • Sends SMS messages using Plivo's API
  • Integrates with Claude Desktop via MCP
  • Lightweight Python implementation

Use cases of Plivo MCP Server

  • Send SMS notifications from AI assistants
  • Automate text alerts via API calls

FAQ from Plivo MCP Server

评论

其他 分类下的更多 MCP 服务器