MCP Server
Maintained
MIT
io.github.AgiMaulana/HuaweiAppGalleryMcp MCP Server
io.github.AgiMaulana/HuaweiAppGalleryMcp
What is the io.github.AgiMaulana/HuaweiAppGalleryMcp MCP server?
Huawei AppGallery Connect MCP: upload APK/AAB, update metadata, submit and manage app releases.
How to install io.github.AgiMaulana/HuaweiAppGalleryMcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
HUAWEI_CLIENT_IDrequiredsecretHuawei AppGallery Connect API Client ID (AGC Console → Users & Permissions → API key → Connect API)
HUAWEI_CLIENT_SECRETrequiredsecretHuawei AppGallery Connect API Client Secret
HUAWEI_APP_IDDefault App ID — when set, all tools can omit the app_id argument
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"HuaweiAppGalleryMcp": {
"command": "uvx",
"args": [
"huawei-app-gallery-mcp"
],
"env": {
"HUAWEI_CLIENT_ID": "<YOUR_HUAWEI_CLIENT_ID>",
"HUAWEI_CLIENT_SECRET": "<YOUR_HUAWEI_CLIENT_SECRET>",
"HUAWEI_APP_ID": "<YOUR_HUAWEI_APP_ID>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"HuaweiAppGalleryMcp": {
"command": "uvx",
"args": [
"huawei-app-gallery-mcp"
],
"env": {
"HUAWEI_CLIENT_ID": "<YOUR_HUAWEI_CLIENT_ID>",
"HUAWEI_CLIENT_SECRET": "<YOUR_HUAWEI_CLIENT_SECRET>",
"HUAWEI_APP_ID": "<YOUR_HUAWEI_APP_ID>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"HuaweiAppGalleryMcp": {
"command": "uvx",
"args": [
"huawei-app-gallery-mcp"
],
"env": {
"HUAWEI_CLIENT_ID": "<YOUR_HUAWEI_CLIENT_ID>",
"HUAWEI_CLIENT_SECRET": "<YOUR_HUAWEI_CLIENT_SECRET>",
"HUAWEI_APP_ID": "<YOUR_HUAWEI_APP_ID>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"HuaweiAppGalleryMcp": {
"type": "stdio",
"command": "uvx",
"args": [
"huawei-app-gallery-mcp"
],
"env": {
"HUAWEI_CLIENT_ID": "<YOUR_HUAWEI_CLIENT_ID>",
"HUAWEI_CLIENT_SECRET": "<YOUR_HUAWEI_CLIENT_SECRET>",
"HUAWEI_APP_ID": "<YOUR_HUAWEI_APP_ID>"
}
}
}
}Claude Code
claude mcp add HuaweiAppGalleryMcp --env HUAWEI_CLIENT_ID=<YOUR_HUAWEI_CLIENT_ID> --env HUAWEI_CLIENT_SECRET=<YOUR_HUAWEI_CLIENT_SECRET> --env HUAWEI_APP_ID=<YOUR_HUAWEI_APP_ID> -- uvx huawei-app-gallery-mcpRelated MCP servers
Google Play Console MCP
Maintained
Google Play release lifecycle: tracks, testers, rollout, and Android Vitals.
4
View repository →Python
MIT
io.github.AgiMaulana/CodemagicMcp
Maintained
Codemagic CI/CD MCP Server — manage builds, apps, artifacts, and caches from your AI
1
View repository →Python
MIT