plivo-mcp-server
If you are the rightful owner of plivo-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Message Control Protocol (MCP) server implementation for sending SMS messages via Plivo's API.
Plivo MCP Server
A Message Control Protocol (MCP) server implementation for sending SMS messages via Plivo's API.
Installation
-
Install dependencies:
pip install fastmcp plivo
-
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" } } } }