Plivo MCP Server
Description
# Plivo MCP Server A Message Control Protocol (MCP) server implementation for sending SMS messages via Plivo's API. ## Installation 1. Install dependencies: ```bash pip install fastmcp plivo ``` 2. Configure Claude Desktop: ```json { "mcpServers": { "plivo": { "command"…
About
# Plivo MCP Server A Message Control Protocol (MCP) server implementation for sending SMS messages via Plivo's API. ## Installation 1. Install dependencies: ```bash pip install fastmcp plivo ``` 2. Configure Claude Desktop: ```json { "mcpServers": { "plivo": { "command": "python", "args": ["server.py"], "env": {…
Details
- Author
- varunwahi-plivo
- GitHub stars
- 1
- Downloads
- 283
- Categories
- Other, API
Jump to
- Sends SMS messages using Plivo's API
- Integrates with Claude Desktop via MCP
- Lightweight Python implementation
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Plivo MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"plivo mcp server": {
"plivo": {
"command": "python",
"args": [
"server.py"
],
"env": {
"PLIVO_AUTH_ID": "",
"PLIVO_AUTH_TOKEN": "",
"MY_NUMBER": ""
}
}
}
}
}
McpServers
{
"plivo": {
"command": "python",
"args": [
"server.py"
],
"env": {
"PLIVO_AUTH_ID": "",
"PLIVO_AUTH_TOKEN": "",
"MY_NUMBER": ""
}
}
}
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"
}
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




