About
Google Play Console MCP Server for AI coding agents
Security Report
This MCP server for Google Play Console management has appropriate authentication via service account credentials and well-scoped permissions matching its purpose. However, several code quality and security concerns lower the score: sensitive data may be logged in error messages, lack of input validation on some file paths, overly broad error handling that masks details, and environment variable handling could be more robust. The permissions (file I/O, network access, env vars) are appropriate for a Play Console integration tool. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed ยท 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: GOOGLE_PLAY_SERVICE_ACCOUNT_JSON
Environment variable: GOOGLE_PLAY_PACKAGE_NAME
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-muhammetali-gpc-mcp-server": {
"env": {
"GOOGLE_PLAY_PACKAGE_NAME": "your-google-play-package-name-here",
"GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "your-google-play-service-account-json-here"
},
"args": [
"-y",
"gpc-mcp-server"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
๐ค Google Play Console MCP Server
A powerful Model Context Protocol (MCP) server that allows AI Assistants (like Claude, Gemini, or any MCP client) to directly manage your Google Play Console.
Stop clicking through slow web interfaces to release your app. Just ask your AI agent to do it.
"Claude, what's the crash rate on production?" "Gemini, create a new internal release and update the release notes." "Claude, list 1-star reviews from today and reply to them asking for details."
๐ Key Features
- ๐ Release Management: Create releases, manage tracks, update release notes, and control staged rollouts.
- ๐ App Vitals & Reports: Fetch acquisition data, crash rates, and ANR statistics instantly.
- ๐ฌ Review Management: Read user reviews, filter by rating, and post replies automatically.
- ๐ผ๏ธ Store Presence: Update store listings, translations, and manage screenshots/feature graphics.
๐ ๏ธ Provided Tools
This MCP server exposes 65 tools to your AI agent. Highlights:
๐ฆ App & Listings
gpc_get_app_info- Get app details (package name, default language, contact info)gpc_list_listings- Fetch all store listings across localesgpc_update_listing- Update store listing for a specific locale
๐ Release & Track Management
gpc_list_tracks- List tracks (internal, alpha, beta, production) with current releasesgpc_create_release- Create a new release on a specified trackgpc_update_release_notes- Update release notes for the latest releasegpc_set_rollout- Set/update staged rollout percentagegpc_halt_rollout- Halt an ongoing staged rollout
๐ฌ Reviews
gpc_list_reviews- Fetch user reviews with ratings and reply statusgpc_reply_review- Post a reply to a user review
๐ Reports & Vitals
gpc_acquisition_report- Fetch install/acquisition statisticsgpc_crash_report- Get Crash and ANR rates from Android Vitalsgpc_crash_anomaly_detector- Compares the last 2 days' crash rate against the prior 12-day baseline and flags a spike (๐จ) worth halting a rollout for
๐ธ Screenshots & Images
gpc_list_images- List uploaded images for a specific localegpc_upload_image- Upload screenshots/feature graphics/iconsgpc_upload_images_batch- Upload many images across locales in a single edit (required to seed a new locale: Play demands โฅ2 phone screenshots at commit time, so per-file commits fail with "too few screenshots")gpc_delete_image- Delete a specific image
โ๏ธ Quick Start
1. Obtain a Service Account Key
- Go to Google Cloud Console.
- Enable the "Google Play Android Developer API".
- Create a Service Account and download the JSON key.
- In Google Play Console > Setup > API access:
- Link your Google Cloud project.
- Grant the service account "Admin" or "Release manager" permissions.
2. Installation
Clone this repository and build:
git clone https://github.com/YOUR_USERNAME/gpc-mcp-server.git
cd gpc-mcp-server
npm install
npm run build
3. Connect to Claude Code (or any MCP Client)
Use the claude mcp add command to inject this server into your Claude environment:
claude mcp add --scope user gpc-mcp \
-e GOOGLE_PLAY_SERVICE_ACCOUNT_JSON=/path/to/your/service-account.json \
-e GOOGLE_PLAY_PACKAGE_NAME=com.yourcompany.appname \
-- node /path/to/gpc-mcp-server/dist/index.js
Environment Variables Required
| Variable | Description | Example |
|---|---|---|
GOOGLE_PLAY_SERVICE_ACCOUNT_JSON | Absolute path to the Service Account JSON key | /users/me/secrets/play-store.json |
GOOGLE_PLAY_PACKAGE_NAME | Your Android application package name | com.example.myapp |
๐ค Example AI Prompts
Once configured, you can just talk to your AI agent naturally:
Checking App Health:
"Are there any new crashes for our app today?" -> Agent calls
gpc_crash_report
Rollout Safety Check:
"Is our latest rollout safe, or should we halt it?" -> Agent calls
gpc_crash_anomaly_detector, and if it flags a spike, follows up withgpc_halt_rollout
Release Workflow:
"Create a new internal release and update the Turkish release notes to say 'Bug fixes'." -> Agent calls
gpc_create_releaseandgpc_update_release_notes
Customer Support:
"Find all 1-star reviews from this week and draft replies for me." -> Agent calls
gpc_list_reviewsandgpc_reply_review
Auto-Generate Release Notes from Git:
"Look at the commits since our last tag and write user-friendly release notes from them, then publish them." -> Agent reads your local git history, drafts copy, and calls
gpc_update_release_notes
Store Listing Optimization:
"Pull our current store listing and suggest a stronger short description for better conversion." -> Agent calls
gpc_list_listingsto read the current copy, thengpc_update_listingto publish the new one
๐ Supported Locales
Includes standard Play Console locales: en-US, tr-TR, de-DE, es-419, fr-FR, ru-RU, ar and many more.
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Paperclip
Freeby Paperclipai ยท Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Git
Freeby Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
MCP Marketplace
Freeby mcp-marketplace ยท Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
