★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"build-delivery-mcp-s": {
"command": "npx",
"args": [
"-y",
"Razepriv/Build-Delivery-MCP-Server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add build-delivery-mcp-s npx -y Razepriv/Build-Delivery-MCP-Server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"build-delivery-mcp-s": {
"command": "npx",
"args": [
"-y",
"Razepriv/Build-Delivery-MCP-Server"
]
}
}
}
📋 Copy