Huawei App Gallery MCP
A Model Context Protocol (MCP) server for managing app publishing on Huawei AppGallery Connect. Integrates directly with Claude Desktop or any MCP-compatible client. Its 16 documented tools cover app, info, url, file. It runs locally over stdio via the published package.
People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-04-24 · ★ 4 · #614 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25
MIT · Python servers · how we verify → /methodology
01 · Install Huawei App Gallery MCP
before you install - you'll need
Set HUAWEI_CLIENT_ID, HUAWEI_CLIENT_SECRET before connecting. HUAWEI_APP_ID is optional or environment-specific per the README.
Claude Code
claude mcp add agimaulana-huaweiappgallerymcp -- uvx huawei-app-gallery-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"agimaulana-huaweiappgallerymcp": {
"command": "uvx",
"args": [
"huawei-app-gallery-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
pypi package huawei-app-gallery-mcp - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.AgiMaulana is GitHub-verified and matches the repo owner
03 · What Huawei App Gallery MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can query current app metadata (name, description, category, ratings, etc.), optionally for a specific release channel via channel_id, update app metadata in the AppGallery Connect draft, add or update a localized store listing for a specific language, and remove a localized store listing.
Capability map
Tools grouped from the project's README - what Huawei App Gallery MCP lets an agent do.
App
6 tools - e.g. Query current app metadata (name, description, category, ratings, etc.), optionally for a specific release channel via channel_id; Update app metadata in the AppGallery Connect draft; Upload an APK/AAB…
query_app_info · update_app_info · upload_app_file · update_app_file_info · submit_app · submit_app_with_file
read & search
4 tools - e.g. Obtain a pre-signed upload URL and auth code before uploading a file; Query AAB compilation status for one or more package IDs; Get download URL for the app download & installation report (CSV/Excel, max…
get_upload_url · query_compile_status · get_download_report_url · get_install_failure_report_url
update
3 tools - e.g. Convert phased release to full release or update the rollout schedule/percentage; Update the scheduled release time (only when app is in Releasing state); Report whether the app depends on GMS
update_phased_release · update_release_time · set_gms_dependency
Language
2 tools - e.g. Add or update a localized store listing for a specific language; Remove a localized store listing
update_language_info · delete_language_info
Change
1 tool - e.g. Change phased release status: proceed, roll back, or stop
change_phased_release_state
Latest releases
v1.1.1 · 2026-04-24
Changes · support channel_id queries in app info · add open testing params to submit_app · add upload_file tool and handle fileDestUlr typo · add pytest conftest and MCP registry metadata · This release publishes…
v1.1.0 · 2026-03-15
Fix fileDestUlr → fileDestUrl typo in upload_app_file and update_app_file_info tools that caused the AppGallery API error 204144641: The files url is empty error on every upload attempt. · New Tools · | Tool |…
v1.0.4 · 2026-03-15
HUAWEI_APP_ID env var: set once, skip passing app_id to every tool call · Fix OAuth2 token endpoint (connect-api + JSON body) - verified working · Auto-load .env file via python-dotenv · Updated README with correct…
04 · Who maintains Huawei App Gallery MCP
HuaweiAppGalleryMcp is maintained by agimaulana. We track 3 MCP servers from agimaulana - 3 actively maintained, 11 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from agimaulana.
05 · Facts
- repository
- github.com/agimaulana/huaweiappgallerymcp
- category
- other - ranked #614 of 848 actively-maintained other servers as of 2026-08-25.
- registry
- io.github.AgiMaulana/HuaweiAppGalleryMcp (active, first published 2026-03-24)
- packages
- pypi:huawei-app-gallery-mcp
06 · Huawei App Gallery MCP FAQ
Is Huawei App Gallery MCP still maintained?
Yes - as of 2026-08-25, its last commit was 2026-04-24. We re-verify nightly.
What can Huawei App Gallery MCP do?
With this server connected, an agent can query current app metadata (name, description, category, ratings, etc.), optionally for a specific release channel via channel_id, update app metadata in the AppGallery Connect draft, add or update a localized store listing for a specific language, and remove a localized store listing.
How do I install Huawei App Gallery MCP?
Run `uvx huawei-app-gallery-mcp`. The README documents 3 environment variables (HUAWEI_CLIENT_ID, HUAWEI_CLIENT_SECRET, HUAWEI_APP_ID) to set first. Set HUAWEI_CLIENT_ID, HUAWEI_CLIENT_SECRET before connecting. HUAWEI_APP_ID is optional or environment-specific per the README. You can also paste the ready-made client config above.
Does Huawei App Gallery MCP run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Huawei App Gallery MCP
Alternatives to Huawei App Gallery MCP
Maintained other servers if Huawei App Gallery MCP isn't the fit.
- Heyputer MCP Server Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more ★ 43,204 · 2026-08-24
- Server Commands An MCP server to run arbitrary commands ★ 38,704 · 2026-08-05
- Zotero MCP (54yyyu) Search, read, annotate, and add to your Zotero research library, local or web. ★ 4,780 · 2026-08-25
- Firebase MCP Gives AI development tools Firebase-specific capabilities and expertise. ★ 4,460 · 2026-08-25
- Microsoft Fabric MCP Server MCP tools for interacting with Microsoft Fabric ★ 3,598 · 2026-08-21
- Ship Swift 40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP. ★ 2,968 · 2026-08-09
More MCP servers to compare · Big Indexer · Aidemd Mcp MCP Server · Remote OpenClaw · Omni Glyph · Aidress
More Python MCP servers · Lumen · Windows Management · Searxng MCP · see all