play console mcp for Cline
io.github.wiseappsai/play-console-mcp
Manage Google Play Console: releases, listings, monetization, reviews, and Android Vitals.
client:Cline
transport:stdio
runtime:npm
Install play console mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"play-console-mcp": {
"command": "npx",
"args": [
"-y",
"@wiseappsai/play-console-mcp"
],
"env": {
"PLAY_SERVICE_ACCOUNT_JSON": "<PLAY_SERVICE_ACCOUNT_JSON>",
"GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>",
"PLAY_DEVELOPER_ACCOUNT_ID": "<PLAY_DEVELOPER_ACCOUNT_ID>",
"PLAY_REPORTS_BUCKET": "<PLAY_REPORTS_BUCKET>",
"PLAY_STORAGE_CREDENTIALS": "<PLAY_STORAGE_CREDENTIALS>",
"PLAY_TOOLSETS": "<PLAY_TOOLSETS>",
"PLAY_READ_ONLY": "<PLAY_READ_ONLY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs