- Home
- MCP servers
- PGYER
PGYER
- typescript
0
GitHub Stars
typescript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"pgyer-pgyer-mcp-server": {
"command": "npx",
"args": [
"-y",
"pgyer-mcp-server"
],
"env": {
"PGYER_API_KEY": "<your_pgyer_api_key>"
}
}
}
}You set up an MCP server to interact with the PGYER platform, enabling you to upload apps, list your uploaded apps, and query app details in a standards-based way. This server makes it easy to integrate with multiple platforms, automate workflows, and manage app distribution for iOS and Android.
How to use
Use an MCP client to connect to the PGYER MCP Server and perform common actions. You can upload apps, list your own apps, and fetch app details by shortcut. The server supports run-time configuration via environment variables and can be integrated into IDEs, CLIs, or automation pipelines.
- Upload an app with optional metadata such as installation method, password, release notes, and validity period.
- List all apps you have uploaded under your account, with pagination.
- Retrieve detailed information for a specific app using its shortcut.
How to install
Install prerequisites and then start using the PGYER MCP Server with your MCP client of choice. The server runs locally via a standard Node-based runtime in stdio mode or can be accessed via a remote HTTP endpoint if configured.
code --add-mcp '{"name":"pgyer","command":"npx","args":["-y","pgyer-mcp-server"],"env":{"PGYER_API_KEY":"<your_pgyer_api_key>"}}'
claude mcp add --transport stdio pgyer --env PGYER_API_KEY=<your_pgyer_api_key> -- npx -y pgyer-mcp-server
codex mcp add pgyer --env PGYER_API_KEY=<your_pgyer_api_key> -- npx -y pgyer-mcp-server
Available tools
upload-app
Uploads an app package (ipa/apk) to the PGYER platform with optional parameters such as install method, password, release notes, and validity period.
list-my-apps
Lists apps uploaded under your account with support for pagination.
get-app-info-by-shortcut
Fetches detailed information about an app using its shortcut/link.