MCP Server for PGYER platform, supports uploading, querying apps, etc.
Pgyer mcp server lets Claude, Cursor and other MCP clients work with PGYER directly. MCP Server for PGYER platform, supports uploading, querying apps, etc.
upload-app:上传应用到 PGYER 平台 2. list-my-apps:查询自己上传的 App 列表 3. get-app-info-by-shortcut:通过短链接(App shortcut)查询 App 信息Once connected, the assistant can call these 3 tools directly:
upload — app:上传应用(ipa/apk)到 PGYER 平台,支持多种上传参数list-my — apps:查询当前账号下已上传的应用列表,支持分页get-app-info-by — shortcut:通过应用短链接(shortcut)查询详细信息The server is distributed via npm as pgyer-mcp-server, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply one environment variable: PGYER_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. PGYER sits in that group, and the shape of its toolset — upload, list-my, get-app-info-by — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| upload | app:上传应用(ipa/apk)到 PGYER 平台,支持多种上传参数 |
| list-my | apps:查询当前账号下已上传的应用列表,支持分页 |
| get-app-info-by | shortcut:通过应用短链接(shortcut)查询详细信息 |
{
"mcpServers": {
"pgyer": {
"command": "npx",
"args": ["-y", "pgyer-mcp-server"],
"env": {
"PGYER_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| PGYER_API_KEY | Credential the server authenticates with. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.