mcpbeat Sign in

Play Console MCP Server

by wiseappsai Your server? Claim it
local only

Play Console MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 21 · avg 6 · -12% w/w
a month agotoday
31
Installs / week
npm · @wiseappsai/play-console-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add play-console-mcp -- npx -y @wiseappsai/play-console-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "play-console-mcp": {
      "args": [
        "-y",
        "@wiseappsai/play-console-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.play-console-mcp]
command = "npx"
args = ["-y", "@wiseappsai/play-console-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "play-console-mcp": {
      "args": [
        "-y",
        "@wiseappsai/play-console-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "play-console-mcp": {
      "args": [
        "-y",
        "@wiseappsai/play-console-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PLAY_SERVICE_ACCOUNT_JSON (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` and `play_stats_export` tools — 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, reports, workflows.), PLAY_READ_ONLY (Set to 'true' to expose only read-only actions.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Play Console MCP

same job, measured the same way
Google Play Console MCP
by agimaulana

Google Play release lifecycle: tracks, testers, rollout, and Android Vitals.

201 installs/wk local only
Storepilot MCP
by sonlenef

Run an app portfolio across Google Play and the App Store: vitals, reviews, earnings, releases.

68 installs/wk local only
App Store & Google Play
by johnbilousov

Read-only access to App Store Connect and Google Play: apps, releases, and reviews.

35 installs/wk local only
App Publish
by mikusnuz

MCP server for App Store Connect & Google Play Console — iOS/Android app management

44 installs/wk local only
Appfollow
by pipeworx-io

AppFollow MCP — App Store & Google Play reviews, ratings, and ASO keyword

answering
Google Hotels
by johnisanerd

Google Hotels prices, ratings, reviews, and photos via an Apify Actor, hosted MCP.

answering
Google Contacts
by domdomegg

Allow AI systems to list, search, and manage contacts via Google Contacts.

38 installs/wk local only
Serpapi Hotels
by pulsemcp

MCP server for searching Google Hotels via SerpAPI — hotel search, pricing, ratings, and reviews.

32 installs/wk local only

Play Console MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Play Console MCP?
Play Console MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @wiseappsai/play-console-mcp was installed 31 times last week.
Is Play Console MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Play Console MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @wiseappsai/play-console-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Play Console MCP?
The npm package @wiseappsai/play-console-mcp was installed 31 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.