MCP Server
MCP
io.github.wiseappsai/play-console-mcp
Manage Google Play Console: releases, listings, monetization, reviews, and Android Vitals.
Install
npx -y @wiseappsai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@wiseappsai/play-console-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Inline Google service-account key JSON (recommended). Alternatively set GOOGLE_APPLICATION_CREDENTIALS to a key file path.",
"isSecret": true,
"name": "PLAY_SERVICE_ACCOUNT_JSON"
},
{
"description": "Path to a Google service-account key file (alternative to PLAY_SERVICE_ACCOUNT_JSON).",
"name": "GOOGLE_APPLICATION_CREDENTIALS"
},
{
"description": "Numeric Play developer account id. Required only for the `users` (permissions) toolset.",
"name": "PLAY_DEVELOPER_ACCOUNT_ID"
},
{
"description": "Cloud 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.",
"name": "PLAY_REPORTS_BUCKET"
},
{
"description": "Path 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.",
"name": "PLAY_STORAGE_CREDENTIALS"
},
{
"description": "Comma-separated toolsets to enable, or 'all'. Toolsets: releases, store_listing, monetization, commerce, reviews, users, devices, advanced, vitals, reports, workflows.",
"name": "PLAY_TOOLSETS"
},
{
"description": "Set to 'true' to expose only read-only actions.",
"name": "PLAY_READ_ONLY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment