AlgoVoi-MCP-Server

chopmob-cloud/AlgoVoi-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated 6d ago
MCP server exposing AlgoVoi payment tools to Claude Desktop, Claude Code, Cursor and Windsurf — npm + PyPI
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": {
    "algovoi-mcp-server": {
      "command": "uvx",
      "args": [
        "algovoi-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install algovoi-mcp-server