Server data from the Official MCP Registry
Manage Google Play Console: releases, listings, monetization, reviews, and Android Vitals.
Manage Google Play Console: releases, listings, monetization, reviews, and Android Vitals.
This is a well-structured MCP server for Google Play Console management with appropriate authentication via Google service accounts and solid credential handling. The codebase uses environment variables for secrets, implements proper auth scoping through Google's IAM permissions, and includes a read-only mode for safer operation. Minor code quality observations exist around error handling and input validation breadth, but these do not constitute security vulnerabilities. Permissions align well with the server's stated purpose of managing Play Console resources. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PLAY_SERVICE_ACCOUNT_JSON
Environment variable: GOOGLE_APPLICATION_CREDENTIALS
Environment variable: PLAY_DEVELOPER_ACCOUNT_ID
Environment variable: PLAY_REPORTS_BUCKET
Environment variable: PLAY_STORAGE_CREDENTIALS
Environment variable: PLAY_TOOLSETS
Environment variable: PLAY_READ_ONLY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wiseappsai-play-console-mcp": {
"env": {
"PLAY_TOOLSETS": "your-play-toolsets-here",
"PLAY_READ_ONLY": "your-play-read-only-here",
"PLAY_REPORTS_BUCKET": "your-play-reports-bucket-here",
"PLAY_STORAGE_CREDENTIALS": "your-play-storage-credentials-here",
"PLAY_DEVELOPER_ACCOUNT_ID": "your-play-developer-account-id-here",
"PLAY_SERVICE_ACCOUNT_JSON": "your-play-service-account-json-here",
"GOOGLE_APPLICATION_CREDENTIALS": "your-google-application-credentials-here"
},
"args": [
"-y",
"@wiseappsai/play-console-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.