mcpbeat Sign in

HuaweiAppGalleryMcp MCP Server

local only

HuaweiAppGalleryMcp runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from pypi. Last commit 24 Apr 2026.

Huawei AppGallery Connect MCP: upload APK/AAB, update metadata, submit and manage app releases.

Installs per day peak 50 · avg 19 · -29% w/w
a month agotoday
87
Installs / week
pypi · huawei-app-gallery-mcp
4
Stars
0 open issues
24 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check HuaweiAppGalleryMcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add HuaweiAppGalleryMcp -- uvx huawei-app-gallery-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "HuaweiAppGalleryMcp": {
      "args": [
        "huawei-app-gallery-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.HuaweiAppGalleryMcp]
command = "uvx"
args = ["huawei-app-gallery-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "HuaweiAppGalleryMcp": {
      "args": [
        "huawei-app-gallery-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "HuaweiAppGalleryMcp": {
      "args": [
        "huawei-app-gallery-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: HUAWEI_CLIENT_ID (Huawei AppGallery Connect API Client ID (AGC Console → Users & Permissions → API key → Connect API)), HUAWEI_CLIENT_SECRET (Huawei AppGallery Connect API Client Secret), HUAWEI_APP_ID (Default App ID — when set, all tools can omit the app_id argument). The author declared them in the registry entry; get the values from the project itself.

Alternatives to HuaweiAppGalleryMcp

same job, measured the same way
Appstore Release MCP
by rabdulsal

App Store release pilot — version bump, TestFlight upload, metadata, review submission

31 installs/wk local only
Microsoft Forms API
by maxim-mazurok

Inspect, validate, upload, and submit Microsoft Forms responses

85 installs/wk local only
ONCE
by once

Music distribution for agents: upload, AI-check, submit and track releases on ONCE.

answering
Appstore Connect
by sardorbekr

MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.

61 installs/wk local only
Flomo MCP
by plidezus

Connect AI to your flomo notes. Search, create, edit notes and manage tags via MCP.

answering
MTContext
by mtcontext

Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.

answering
App Store & Google Play
by johnbilousov

Read-only access to App Store Connect and Google Play: apps, releases, and reviews.

51 installs/wk local only
Musicbrainz MCP
by chrischall

MusicBrainz MCP — search/browse music metadata, cover art, and submit tags/ratings/collections

296 installs/wk local only

HuaweiAppGalleryMcp — questions

Answers built from our own checks of this server.

Why is there no uptime for HuaweiAppGalleryMcp?
HuaweiAppGalleryMcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package huawei-app-gallery-mcp was installed 87 times last week.
How do I connect HuaweiAppGalleryMcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls huawei-app-gallery-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use HuaweiAppGalleryMcp?
The pypi package huawei-app-gallery-mcp was installed 87 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is HuaweiAppGalleryMcp open source?
Yes — it is published under the MIT licence, written in Python and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.