io.github.wiseappsai/play-console-mcp
OfficialManage Google Play Console: releases, listings, monetization, reviews, and Android Vitals.
Manage Google Play Console releases, listings, monetization, reviews, and performance metrics.
README not available yet.
Install
Configuration
PLAY_SERVICE_ACCOUNT_JSONsecretInline Google service-account key JSON (recommended). Alternatively set GOOGLE_APPLICATION_CREDENTIALS to a key file path.
GOOGLE_APPLICATION_CREDENTIALSPath to a Google service-account key file (alternative to PLAY_SERVICE_ACCOUNT_JSON).
PLAY_DEVELOPER_ACCOUNT_IDNumeric Play developer account id. Required only for the `users` (permissions) toolset.
PLAY_REPORTS_BUCKETCloud Storage report-export bucket for the `play_reviews_export` and `play_stats_export` tools — the value from Play Console > Download reports > 'Copy Cloud Storage URI' (pubsite_prod_rev_...). Not the developer account id.
PLAY_STORAGE_CREDENTIALSPath to a credentials JSON used only for the storage/reviews-export client. The report buckets usually can't be granted to a service account; locally `gcloud auth application-default login` is auto-detected instead.
PLAY_TOOLSETSComma-separated toolsets to enable, or 'all'. Toolsets: releases, store_listing, monetization, commerce, reviews, users, devices, advanced, vitals, reports, workflows.
PLAY_READ_ONLYSet to 'true' to expose only read-only actions.
claude_desktop_config.json
{
"mcpServers": {
"play-console-mcp": {
"command": "npx",
"args": [
"-y",
"@wiseappsai/play-console-mcp@0.3.0"
],
"env": {
"PLAY_SERVICE_ACCOUNT_JSON": "<YOUR_PLAY_SERVICE_ACCOUNT_JSON>",
"GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>",
"PLAY_DEVELOPER_ACCOUNT_ID": "<YOUR_PLAY_DEVELOPER_ACCOUNT_ID>",
"PLAY_REPORTS_BUCKET": "<YOUR_PLAY_REPORTS_BUCKET>",
"PLAY_STORAGE_CREDENTIALS": "<YOUR_PLAY_STORAGE_CREDENTIALS>",
"PLAY_TOOLSETS": "<YOUR_PLAY_TOOLSETS>",
"PLAY_READ_ONLY": "<YOUR_PLAY_READ_ONLY>"
}
}
}
}