MCP ExplorerExplorer

Plivo Mcp Server

@varunwahi-plivoon 10 months ago
1 MIT
FreeCommunity
AI Systems
Plivo MCP Server for sending SMS via Plivo's API.

Overview

What is Plivo Mcp Server

Plivo MCP Server is an implementation of the Message Control Protocol (MCP) designed for sending SMS messages using Plivo’s API.

Use cases

Common use cases include sending notifications, alerts, promotional messages, and two-factor authentication codes to users.

How to use

To use Plivo MCP Server, install the required dependencies using ‘pip install fastmcp plivo’, then configure the server by setting up the necessary environment variables in the Claude Desktop configuration file.

Key features

Key features include easy integration with Plivo’s API, support for sending SMS messages, and a straightforward setup process.

Where to use

Plivo MCP Server can be used in various fields such as telecommunications, customer service, marketing, and any application that requires SMS messaging capabilities.

Content

Plivo MCP Server

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

Installation

  1. Install dependencies:

    pip install fastmcp plivo
    
  2. Configure Claude Desktop:

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers