Content
# 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": {
"PLIVO_AUTH_ID": "your_auth_id",
"PLIVO_AUTH_TOKEN": "your_auth_token",
"MY_NUMBER": "your_plivo_number"
}
}
}
}
```
Connection Info
You Might Also Like
Git
Model Context Protocol Servers
TrendRadar
🎯 Say goodbye to information overload. AI helps you understand news hotspots...
repomix
Repomix packages your codebase into AI-friendly formats for seamless integration.
Mastra
The TypeScript AI agent framework. ⚡ Assistants, RAG, observability....
Blender
BlenderMCP integrates Blender with Claude AI for enhanced 3D modeling.
cua
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and...