play-console-mcp
About
Manage Google Play Console: releases, listings, monetization, reviews, and Android Vitals.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PLAY_SERVICE_ACCOUNT_JSON GOOGLE_APPLICATION_CREDENTIALS PLAY_DEVELOPER_ACCOUNT_ID PLAY_REPORTS_BUCKET PLAY_STORAGE_CREDENTIALS PLAY_TOOLSETS PLAY_READ_ONLYClaude Code
claude mcp add --env PLAY_SERVICE_ACCOUNT_JSON= --env GOOGLE_APPLICATION_CREDENTIALS= --env PLAY_DEVELOPER_ACCOUNT_ID= --env PLAY_REPORTS_BUCKET= --env PLAY_STORAGE_CREDENTIALS= --env PLAY_TOOLSETS= --env PLAY_READ_ONLY= play-console-mcp -- npx @wiseappsai/play-console-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"play-console-mcp","command":"npx","args":["@wiseappsai/play-console-mcp"],"env":{"PLAY_SERVICE_ACCOUNT_JSON":"","GOOGLE_APPLICATION_CREDENTIALS":"","PLAY_DEVELOPER_ACCOUNT_ID":"","PLAY_REPORTS_BUCKET":"","PLAY_STORAGE_CREDENTIALS":"","PLAY_TOOLSETS":"","PLAY_READ_ONLY":""}}'
JSON
{
"mcpServers": {
"play-console-mcp": {
"command": "npx",
"args": [
"@wiseappsai/play-console-mcp"
],
"env": {
"PLAY_SERVICE_ACCOUNT_JSON": "",
"GOOGLE_APPLICATION_CREDENTIALS": "",
"PLAY_DEVELOPER_ACCOUNT_ID": "",
"PLAY_REPORTS_BUCKET": "",
"PLAY_STORAGE_CREDENTIALS": "",
"PLAY_TOOLSETS": "",
"PLAY_READ_ONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.