PGYER
MCP Server for PGYER platform, supports uploading, querying apps, etc.
Ads
Overview
这是一个用于上传应用到 PGYER 平台的 MCP (Model Context Protocol) 服务器. - 兼容 MCP (Model Context Protocol) 协议,支持多平台集成(如 Claude、VSCode 等) - 提供三大核心工具: - upload-app:上传应用(ipa/apk)到 PGYER 平台,支持多种上传参数 - list-my-apps:查询当前账号下已上传的应用列表,支持分页 - get-app-info-by-shortcut:通过应用短链接(shortcut)查询详细信息 - 支持通过环境变量 PGYER_API_KEY 配置 API 密钥,安全灵活 - 简单易用的 API 接口,支持命令行、Node.js、Docker 等多种运行方式 - 支持自定义上传参数(如安装方式、安装密码、更新描述、有效期等) - 适用于 iOS/Android 应用分发、测试、内测等多种场景 - 应用分发与内测:通过 PGYER 平台快速分发 iOS/Android 应用,支持公开安装、密码安装、邀请安装等多种方式,适合团队内测、公测等场景。 - 持续集成与自动化:结合 CI/CD 工具(如 Jenkins、GitHub Actions),实现应用自动打包、上传、分发,提升开发效率。 - 多平台集成:支持与 Claude、VSCode 等平台集成,方便开发者在不同环境中使用 PGYER 服务。 - 应用版本管理:通过 list-my-apps 和 get-app-info-by-shortcut 工具,轻松查询和管理已上传的应用版本信息。
Installation
claude mcp add --transport stdio pgyer --env PGYER_API_KEY=<your_pgyer_api_key> -- npx -y pgyer-mcp-server
Configuration
Configuration example is not available yet.
Capabilities
- Upload an app binary
Use `upload-app` to send an IPA or APK file to PGYER with options like install password, update description, or channel shortcode.
- List your uploaded apps
Retrieve a paginated list of apps under your account with `list-my-apps`.
- Look up app details by shortcut
Get full metadata for a specific app using its short URL identifier via `get-app-info-by-shortcut`.
Tags
- development
- mobile
- cloud-storage
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.