io.github.wiseappsai/play-console-mcp MCP Server
io.github.wiseappsai/play-console-mcp
What is the io.github.wiseappsai/play-console-mcp MCP server?
Manage Google Play Console: releases, listings, monetization, reviews, and Android Vitals.
How to install io.github.wiseappsai/play-console-mcp
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"play-console-mcp": {
"command": "npx",
"args": [
"-y",
"@wiseappsai/play-console-mcp"
],
"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>"
}
}
}
}{
"mcpServers": {
"play-console-mcp": {
"command": "npx",
"args": [
"-y",
"@wiseappsai/play-console-mcp"
],
"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>"
}
}
}
}{
"mcpServers": {
"play-console-mcp": {
"command": "npx",
"args": [
"-y",
"@wiseappsai/play-console-mcp"
],
"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>"
}
}
}
}{
"servers": {
"play-console-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wiseappsai/play-console-mcp"
],
"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>"
}
}
}
}claude mcp add play-console-mcp --env PLAY_SERVICE_ACCOUNT_JSON=<YOUR_PLAY_SERVICE_ACCOUNT_JSON> --env GOOGLE_APPLICATION_CREDENTIALS=<YOUR_GOOGLE_APPLICATION_CREDENTIALS> --env PLAY_DEVELOPER_ACCOUNT_ID=<YOUR_PLAY_DEVELOPER_ACCOUNT_ID> --env PLAY_REPORTS_BUCKET=<YOUR_PLAY_REPORTS_BUCKET> --env PLAY_STORAGE_CREDENTIALS=<YOUR_PLAY_STORAGE_CREDENTIALS> --env PLAY_TOOLSETS=<YOUR_PLAY_TOOLSETS> --env PLAY_READ_ONLY=<YOUR_PLAY_READ_ONLY> -- npx -y @wiseappsai/play-console-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.