Back to Browse

Play Console MCP Server

Developer ToolsModerate5.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Manage Google Play Console: releases, listings, monetization, reviews, and Android Vitals.

About

Manage Google Play Console: releases, listings, monetization, reviews, and Android Vitals.

Security Report

5.8
Moderate5.8Moderate Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

Inline Google service-account key JSON (recommended). Alternatively set GOOGLE_APPLICATION_CREDENTIALS to a key file path.Required

Environment variable: PLAY_SERVICE_ACCOUNT_JSON

Path to a Google service-account key file (alternative to PLAY_SERVICE_ACCOUNT_JSON).Optional

Environment variable: GOOGLE_APPLICATION_CREDENTIALS

Numeric Play developer account id. Required only for the `users` (permissions) toolset.Optional

Environment variable: PLAY_DEVELOPER_ACCOUNT_ID

Cloud 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.Optional

Environment variable: PLAY_REPORTS_BUCKET

Path 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.Optional

Environment variable: PLAY_STORAGE_CREDENTIALS

Comma-separated toolsets to enable, or 'all'. Toolsets: releases, store_listing, monetization, commerce, reviews, users, devices, advanced, vitals, reports, workflows.Optional

Environment variable: PLAY_TOOLSETS

Set to 'true' to expose only read-only actions.Optional

Environment variable: PLAY_READ_ONLY

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!