Google Play Console MCP

A Python Model Context Protocol server that lets AI assistants (Claude, etc.) manage the full Google Play Store release lifecycle directly - from uploading artifacts to managing testers, rollouts, and Android Vitals. Its 15 documented tools cover rate, release, testers. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-05-11 · ★ 6 · #149 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Google Play Console MCP

before you install - you'll need

Set GOOGLE_APPLICATION_CREDENTIALS before connecting.

Claude Code

claude mcp add agimaulana-googleplayconsolemcp -- uvx google-play-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "agimaulana-googleplayconsolemcp": {
      "command": "uvx",
      "args": [
        "google-play-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 google-play-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 Google Play Console MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 15 documented tools spanning rate, release, testers, including list_tracks, get_track_info, create_release, update_release.

Capability map

Tools grouped from the project's README - what Google Play Console MCP lets an agent do.

read & search

8 tools - e.g. List Tracks; Get Track Info; List Artifacts

list_tracks · get_track_info · list_artifacts · get_crash_rate · get_anr_rate · get_vitals_summary…

Release

3 tools - e.g. Create Release; Update Release; Promote Release

create_release · update_release · promote_release

create & write

2 tools - e.g. Upload Artifact; Upload To Internal Sharing

upload_artifact · upload_to_internal_sharing

Testers

2 tools - e.g. Get Testers; Update Testers

get_testers · update_testers

Latest releases

v0.6.0 · 2026-05-11

Release 0.6.0

v0.5.9 · 2026-05-11

Release 0.5.9

v0.5.7 · 2026-04-12

Version 0.5.7

04 · Who maintains Google Play Console MCP

Google Play Console MCP 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.

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

05 · Facts

category
browser automation - ranked #149 of 196 actively-maintained browser automation servers as of 2026-08-25.
registry
io.github.AgiMaulana/google-play-mcp (active, first published 2026-03-09 · 3 versions)
packages
pypi:google-play-mcp

06 · Google Play Console MCP FAQ

Is Google Play Console MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-11. We re-verify nightly.

What can Google Play Console MCP do?

An agent gets 15 documented tools spanning rate, release, testers, including list_tracks, get_track_info, create_release, update_release.

How do I install Google Play Console MCP?

Run `uvx google-play-mcp`. The README documents one environment variable (GOOGLE_APPLICATION_CREDENTIALS) to set first. Set GOOGLE_APPLICATION_CREDENTIALS before connecting. You can also paste the ready-made client config above.

Does Google Play Console 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 Google Play Console MCP