PluginBench
MCP Server

io.github.wiseappsai/play-console-mcp MCP Server

io.github.wiseappsai/play-console-mcp

What is the io.github.wiseappsai/play-console-mcp MCP server?

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

How to install io.github.wiseappsai/play-console-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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` 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.

Claude Desktop
~/Library/Application Support/Claude/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": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>",
        "PLAY_DEVELOPER_ACCOUNT_ID": "<YOUR_PLAY_DEVELOPER_ACCOUNT_ID>",
        "PLAY_REPORTS_BUCKET": "<YOUR_PLAY_REPORTS_BUCKET>",
        "PLAY_STORAGE_CREDENTIALS": "<YOUR_PLAY_STORAGE_CREDENTIALS>",
        "PLAY_TOOLSETS": "<YOUR_PLAY_TOOLSETS>",
        "PLAY_READ_ONLY": "<YOUR_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": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>",
        "PLAY_DEVELOPER_ACCOUNT_ID": "<YOUR_PLAY_DEVELOPER_ACCOUNT_ID>",
        "PLAY_REPORTS_BUCKET": "<YOUR_PLAY_REPORTS_BUCKET>",
        "PLAY_STORAGE_CREDENTIALS": "<YOUR_PLAY_STORAGE_CREDENTIALS>",
        "PLAY_TOOLSETS": "<YOUR_PLAY_TOOLSETS>",
        "PLAY_READ_ONLY": "<YOUR_PLAY_READ_ONLY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_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": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>",
        "PLAY_DEVELOPER_ACCOUNT_ID": "<YOUR_PLAY_DEVELOPER_ACCOUNT_ID>",
        "PLAY_REPORTS_BUCKET": "<YOUR_PLAY_REPORTS_BUCKET>",
        "PLAY_STORAGE_CREDENTIALS": "<YOUR_PLAY_STORAGE_CREDENTIALS>",
        "PLAY_TOOLSETS": "<YOUR_PLAY_TOOLSETS>",
        "PLAY_READ_ONLY": "<YOUR_PLAY_READ_ONLY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "play-console-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wiseappsai/play-console-mcp"
      ],
      "env": {
        "PLAY_SERVICE_ACCOUNT_JSON": "<YOUR_PLAY_SERVICE_ACCOUNT_JSON>",
        "GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>",
        "PLAY_DEVELOPER_ACCOUNT_ID": "<YOUR_PLAY_DEVELOPER_ACCOUNT_ID>",
        "PLAY_REPORTS_BUCKET": "<YOUR_PLAY_REPORTS_BUCKET>",
        "PLAY_STORAGE_CREDENTIALS": "<YOUR_PLAY_STORAGE_CREDENTIALS>",
        "PLAY_TOOLSETS": "<YOUR_PLAY_TOOLSETS>",
        "PLAY_READ_ONLY": "<YOUR_PLAY_READ_ONLY>"
      }
    }
  }
}
Claude Code
claude mcp add play-console-mcp --env PLAY_SERVICE_ACCOUNT_JSON=<YOUR_PLAY_SERVICE_ACCOUNT_JSON> --env GOOGLE_APPLICATION_CREDENTIALS=<YOUR_GOOGLE_APPLICATION_CREDENTIALS> --env PLAY_DEVELOPER_ACCOUNT_ID=<YOUR_PLAY_DEVELOPER_ACCOUNT_ID> --env PLAY_REPORTS_BUCKET=<YOUR_PLAY_REPORTS_BUCKET> --env PLAY_STORAGE_CREDENTIALS=<YOUR_PLAY_STORAGE_CREDENTIALS> --env PLAY_TOOLSETS=<YOUR_PLAY_TOOLSETS> --env PLAY_READ_ONLY=<YOUR_PLAY_READ_ONLY> -- npx -y @wiseappsai/play-console-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →