PluginBench
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_ID
    required
    secret

    Huawei AppGallery Connect API Client ID (AGC Console → Users & Permissions → API key → Connect API)

  • HUAWEI_CLIENT_SECRET
    required
    secret

    Huawei AppGallery Connect API Client Secret

  • HUAWEI_APP_ID

    Default 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-mcp

Related MCP servers

Google Play release lifecycle: tracks, testers, rollout, and Android Vitals.

4
Python
MIT
View repository →

Codemagic CI/CD MCP Server — manage builds, apps, artifacts, and caches from your AI

1
Python
MIT
View repository →