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
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" } } } }