mcp-server-smsvertpro-python

3-bees-online/mcp-server-smsvertpro-python
★ 1 stars Python 🤖 AI/LLM Updated 11d ago
Serveur MCP en Python pour envoyer des SMS professionnels via SMS Vert Pro — compatible Claude, ChatGPT, LangChain, CrewAI et tout agent IA.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-smsvertpr": {
      "command": "uvx",
      "args": [
        "mcp-server-smsvertpro-python"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-smsvertpro-python