play console mcp for Cursor
io.github.wiseappsai/play-console-mcp
Manage Google Play Console: releases, listings, monetization, reviews, and Android Vitals.
client:Cursor
transport:stdio
runtime:npm
Install play console mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"play-console-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs