MCP.so
Sign In

Plivo MCP Server

@varunwahi-plivo

About Plivo MCP Server

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

varunwahi-plivo

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers