play-store-mcp

lusky3/play-store-mcp
★ 6 stars Python API Integration Updated today
An MCP (Model Context Protocol) server that connects to the Google Play Developer API
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "play-store-mcp": {
      "command": "uvx",
      "args": [
        "play-store-mcp"
      ]
    }
  }
}

Or install with pip: pip install play-store-mcp

Topics

google-play-storemcpmcp-serverpypipython