home / mcp / 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.
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.
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.
Prerequisites: Node.js and npm must be installed on your system.
Install the Google Play MCP package globally.
npm install -g @blocktopus/mcp-google-playConfiguration 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.
List all apps in your Play Console
Get detailed information about a specific app
List releases for an app
Create a new release for an app
Update the store listing information for an app
Retrieve user reviews for an app
Post a reply to a user review
Obtain app statistics and metrics