Skip to main content
Appeeky — CLI, MCP, and TypeScript SDK for the Google Play Android Publisher API

Google Play Store CLI

Operate Google Play apps from the terminal, automation, and AI agents using the Android Publisher API v3. Powered by Appeeky. Open source on GitHub under the MIT License. Use the same authenticated client through:
  • gps / gps-mcp — install with npm install -g @appeeky/google-play-store-cli
  • TypeScript SDK@appeeky/google-play-store-core in this monorepo (bundled into the CLI; see SDK)

Capabilities

  • Deploy AABs and APKs to release tracks, including staged rollouts
  • Manage store listings and listing images
  • List and reply to reviews
  • Manage subscriptions, one-time products, and in-app products
  • Inspect purchases and refund orders
  • Manage Play Console users and app grants
  • Internal app sharing, data safety, app recovery, and device tier configs
  • Multiple service-account keys with a local app registry (gps accounts / gps apps)

Components

CLI and MCP share one operation registry, so agent tools and CLI commands stay aligned.

Scope

This product covers the Android Publisher API surface for app publishing and monetization operations. It does not include Play Developer Reporting (vitals), GCS report-import pipelines, or public Play Store scraping. See Scope.

Next steps

Quickstart

Install, authenticate, and run your first command.

MCP setup

Connect gps-mcp to your agent environment.

Deploy a release

Upload an AAB and assign it to a track.

Agent skills

Install skills for Cursor, Claude Code, and other agents.

Multi-account

Multiple keys and a local app registry.

Operations reference

Full catalog of shared CLI and MCP operations.