Build-Delivery-MCP-Server

Razepriv/Build-Delivery-MCP-Server
★ 0 stars TypeScript 💬 Communication Updated today
An MCP (Model Context Protocol) server that automatically renames your APK/AAB/IPA build files with version metadata and delivers them to Telegram or WhatsApp.
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": {
    "build-delivery-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "Razepriv/Build-Delivery-MCP-Server"
      ]
    }
  }
}