PGYER
MCP ServerFree** - MCP Server for [PGYER](https://www.pgyer.com/) platform, supports uploading, querying apps, etc.
- Best for
- mcp-protocol mobile app upload with multi-format support, paginated app inventory querying with filtering, app detail retrieval by shortcut identifier
- Type
- MCP Server · Free
- Score
- 28/100
- Best alternative
- AWS MCP Servers
- Agent-compatible
- Yes — MCP protocol
Capabilities6 decomposed
mcp-protocol mobile app upload with multi-format support
Medium confidenceEnables uploading iOS IPA and Android APK files to PGYER through the Model Context Protocol via a PGYERAppUploader component that orchestrates multi-step file transmission. The implementation uses StdioServerTransport for process-based communication with MCP clients (Claude App, VSCode), abstracting PGYER's HTTP API behind a standardized tool interface that handles authentication via PGYER_API_KEY environment variable and manages file streaming to remote servers.
Implements MCP server pattern specifically for PGYER's upload workflow, using StdioServerTransport for bidirectional communication with IDE clients rather than REST webhooks, enabling real-time upload progress and error handling within Claude or VSCode without context switching
Tighter IDE integration than PGYER's web dashboard or REST API clients because it operates as a native MCP tool within Claude/VSCode, reducing friction for developers who live in those environments
paginated app inventory querying with filtering
Medium confidenceProvides list-my-apps tool that queries the authenticated user's uploaded applications from PGYER with pagination support, implemented via makePGYERRequest helper that abstracts HTTP request construction and authentication. Returns structured app metadata (IDs, versions, upload dates, download counts) enabling developers to inspect their app distribution portfolio programmatically without accessing the PGYER web dashboard.
Exposes PGYER's app listing API as a stateless MCP tool with pagination parameters, using makePGYERRequest abstraction to handle authentication and response parsing, enabling Claude or VSCode to query app state without requiring users to manually construct HTTP requests
More accessible than PGYER's web UI for programmatic queries because it returns structured JSON directly into Claude context, enabling AI agents to reason about app inventory and make distribution decisions autonomously
app detail retrieval by shortcut identifier
Medium confidenceImplements get-app-info-by-shortcut tool that fetches detailed metadata for a specific PGYER app using its shortcut identifier (a unique slug assigned by PGYER). Uses makePGYERRequest helper to construct authenticated API calls, returning comprehensive app information including download URL, QR code, version history, and distribution metrics without requiring knowledge of internal app IDs.
Provides shortcut-based app lookup (human-readable identifier) rather than requiring internal app IDs, making it easier for non-technical stakeholders to reference apps and enabling Claude to resolve app shortcuts mentioned in natural language into full metadata
More user-friendly than PGYER's app ID-based API because shortcut identifiers are the same ones users share in URLs, reducing the need for ID translation and enabling Claude to work directly with user-provided shortcut links
mcp server lifecycle management with dual runtime support
Medium confidenceManages the PGYER MCP server initialization, tool registration, and transport layer configuration supporting both Node.js direct execution and Docker containerized deployment. The server entry point at build/index.js initializes StdioServerTransport for stdio-based communication with MCP clients, registers the three core tools (upload-app, list-my-apps, get-app-info-by-shortcut), and handles authentication setup via environment variables, enabling seamless integration with Claude App and VSCode.
Implements MCP server pattern with dual deployment modes (Node.js and Docker) using StdioServerTransport for process-based communication, enabling tight integration with IDE clients without requiring HTTP server setup or port management, and supporting both development and production deployments with identical tool interfaces
Simpler deployment than REST API servers because stdio transport eliminates port binding, firewall configuration, and HTTP routing complexity; Docker support enables production-grade containerization without custom server infrastructure
pgyer api authentication and request abstraction
Medium confidenceProvides makePGYERRequest helper function that abstracts PGYER API authentication and HTTP request construction, handling API key injection, request signing, and response parsing for all tool implementations. Centralizes authentication logic to ensure consistent credential handling across upload, query, and detail-retrieval operations, with environment variable-based API key management enabling secure credential injection without hardcoding.
Centralizes PGYER API authentication in a single makePGYERRequest helper rather than duplicating auth logic across tools, using environment variable injection for API keys and providing consistent error handling and response parsing for all API interactions
More maintainable than inline API calls because authentication logic is centralized, reducing the risk of credential leaks or inconsistent error handling across multiple tool implementations
claude app and vscode mcp client integration configuration
Medium confidenceProvides standardized configuration patterns for integrating the PGYER MCP server with Claude App and VSCode through their respective MCP server configuration mechanisms. Claude App uses mcpServers object in settings with Node.js or Docker execution modes, while VSCode uses mcp.servers configuration with input prompts for secure API key entry and workspace folder mounting. Both integration paths support environment variable injection and process spawning without requiring manual HTTP endpoint configuration.
Provides platform-specific integration patterns for Claude App (mcpServers) and VSCode (mcp.servers) with secure API key handling via input prompts, enabling users to add PGYER tools to their development environment without manual HTTP configuration or environment variable management in config files
More secure and user-friendly than REST API integration because it uses input prompts for API key entry (avoiding hardcoding in config) and eliminates the need for port binding or HTTP endpoint management, making setup accessible to non-technical users
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with PGYER, ranked by overlap. Discovered automatically through the match graph.
google-play-mcp
MCP server: google-play-mcp
@heroku/mcp-server
Heroku Platform MCP Server
apktool-mcp-server
A MCP Server for APK Tool (Part of Android Reverse Engineering MCP Suites)
PulseMCP
** ([API](https://www.pulsemcp.com/api)) - Community hub & weekly newsletter for discovering MCP servers, clients, articles, and news by **[Tadas Antanavicius](https://github.com/tadasant)**, **[Mike Coughlin](https://github.com/macoughl)**, and **[Ravina Patel](https://github.com/ravinahp)**
mcp-cli
** a cli inspector for MCP servers
example-remote-server
A hosted version of the Everything server - for demonstration and testing purposes, hosted at https://example-server.modelcontextprotocol.io/mcp
Best For
- ✓Mobile development teams using Claude or VSCode as their primary development environment
- ✓DevOps engineers building automated mobile app release pipelines
- ✓AI agent builders integrating app distribution into autonomous workflows
- ✓Mobile developers managing multiple app versions across iOS and Android
- ✓Release managers tracking which builds are currently distributed
- ✓AI agents that need to query app state before deciding on next distribution steps
- ✓QA teams distributing test builds to stakeholders via shortcut links
- ✓Developers generating shareable app distribution links for beta testing
Known Limitations
- ⚠Requires pre-compiled IPA/APK files — does not perform build compilation itself
- ⚠File upload latency depends on network bandwidth and file size; no built-in resumable upload for large files
- ⚠Single-threaded upload processing — concurrent uploads must be queued sequentially
- ⚠No local file validation before upload — relies on PGYER API to reject invalid formats
- ⚠Pagination is manual — requires explicit page number parameters; no automatic cursor-based iteration
- ⚠Returns only basic app metadata — does not include detailed analytics or download statistics
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
About
** - MCP Server for [PGYER](https://www.pgyer.com/) platform, supports uploading, querying apps, etc.
Categories
Alternatives to PGYER
AWS Labs' official MCP suite — docs, CDK, Bedrock KB, cost, Lambda and more as agent tools.
Compare →Zapier's hosted MCP — 8,000+ app integrations exposed as allowlisted agent tools.
Compare →Official Hugging Face MCP — search models/datasets/Spaces/papers and call Spaces as tools.
Compare →Atlassian's official hosted MCP — Jira + Confluence with OAuth, permission-bounded agent access.
Compare →Are you the builder of PGYER?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →