Server data from the Official MCP Registry
Huawei AppGallery Connect MCP: upload APK/AAB, update metadata, submit and manage app releases.
Huawei AppGallery Connect MCP: upload APK/AAB, update metadata, submit and manage app releases.
Set these up before or after installing:
Environment variable: HUAWEI_CLIENT_ID
Environment variable: HUAWEI_CLIENT_SECRET
Environment variable: HUAWEI_APP_ID
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-agimaulana-huaweiappgallerymcp": {
"env": {
"HUAWEI_APP_ID": "your-huawei-app-id-here",
"HUAWEI_CLIENT_ID": "your-huawei-client-id-here",
"HUAWEI_CLIENT_SECRET": "your-huawei-client-secret-here"
},
"args": [
"huawei-app-gallery-mcp"
],
"command": "uvx"
}
}
}This Huawei AppGallery MCP server is well-structured with proper authentication using environment variables and appropriate permissions for managing app publishing workflows. Minor issues include basic error handling patterns and some code quality concerns that don't significantly impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 6 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!