home / mcp / google play mcp server

Google Play MCP Server

Provides Google Play Store command line tools integration for AI assistants, enabling app and release management, store listings, reviews, statistics, and secure credential handling.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "blocktopusltd-mcp-google-play": {
      "command": "npx",
      "args": [
        "@blocktopus/mcp-google-play",
        "--api-key",
        "/path/to/service-account-key.json"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/service-account-key.json"
      }
    }
  }
}

You can run the Google Play Store MCP server to integrate Google Play Console actions with AI assistants. It lets you manage apps, releases, store listings, reviews, and statistics from your preferred MCP client, streamlining Play Console workflows through automation.

How to use

You use an MCP client to connect to the Google Play Store MCP server. Provide the required API key or service account credentials to authorize with Google Play Console, then call the available tools to list apps, view app details, manage releases, update store listings, fetch reviews, respond to reviews, and retrieve statistics. The server is designed to run locally or be invoked by your MCP client through a standard command interface. Ensure your credentials are kept secure and never exposed in logs or shared contexts.

How to install

Prerequisites: Node.js and npm must be installed on your system.

Install the Google Play MCP package globally.

npm install -g @blocktopus/mcp-google-play

Additional sections

Configuration details you use when starting or embedding the server are shown below. You can provide credentials either via a command line argument or by setting an environment variable.

Security notes: Never commit service account credentials. Use environment variables or secure storage for credentials and follow Google Play API best practices and rate limits.

Available tools

list_apps

List all apps in your Play Console

get_app_info

Get detailed information about a specific app

list_releases

List releases for an app

create_release

Create a new release for an app

update_listing

Update the store listing information for an app

get_reviews

Retrieve user reviews for an app

reply_to_review

Post a reply to a user review

get_statistics

Obtain app statistics and metrics