← Index

io.github.wiseappsai/play-console-mcp

io.github.wiseappsai/play-console-mcp·v0.2.0·Other
Quality Score
80
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "play-console-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wiseappsai/play-console-mcp"
      ],
      "env": {
        "PLAY_SERVICE_ACCOUNT_JSON": "<your-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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "play-console-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wiseappsai/play-console-mcp"
      ],
      "env": {
        "PLAY_SERVICE_ACCOUNT_JSON": "<your-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 (cline_mcp_settings.json)
npx -y @wiseappsai/play-console-mcp
§02  Environment variables
PLAY_SERVICE_ACCOUNT_JSON
secret

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

GOOGLE_APPLICATION_CREDENTIALS

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

PLAY_DEVELOPER_ACCOUNT_ID

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

PLAY_REPORTS_BUCKET

Cloud Storage report-export bucket for the `play_reviews_export` tool — the value from Play Console > Download reports > 'Copy Cloud Storage URI' (pubsite_prod_rev_...). Not the developer account id.

PLAY_STORAGE_CREDENTIALS

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.

PLAY_TOOLSETS

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

PLAY_READ_ONLY

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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other