plivo-mcp-server

The Plivo MCP Server is an implementation of the Message Control Protocol (MCP) for sending SMS messages via Plivo's API. Written in Python, it can be easily set up by installing dependencies. By configuring environment variables, users can specify authentication credentials and the sender's number.

GitHub Stars

1

User Rating

Not Rated

Forks

0

Issues

0

Views

2

Favorites

0

README
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"
          }
        }
      }
    }
    
Author Information

0

Followers

1

Repositories

0

Gists

2

Total Contributions

Top Contributors

Threads