Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Store Scraper

FreeNot checked

MCP server that scrapes app data from Google Play and Apple App Store, providing tools for search, details, reviews, and similar apps.

GitHubEmbed

About

MCP server that scrapes app data from Google Play and Apple App Store, providing tools for search, details, reviews, and similar apps.

README

MCP server that exposes Google Play and Apple App Store scraping as tools.

Usage

Add to your MCP client config (e.g. ~/.kiro/settings/mcp.json):

{
  "mcpServers": {
    "store-scraper": {
      "command": "npx",
      "args": ["-y", "mcp-store-scraper"],
      "disabled": false,
      "autoApprove": [
        "gplay_app", "gplay_search", "gplay_reviews", "gplay_similar",
        "appstore_app", "appstore_search", "appstore_reviews", "appstore_similar"
      ]
    }
  }
}

Tools

Google Play

Tool Description
gplay_app Get app details by package name
gplay_search Search apps
gplay_reviews Get app reviews
gplay_similar Get similar apps

App Store

Tool Description
appstore_app Get app details by bundle ID or numeric ID
appstore_search Search apps
appstore_reviews Get app reviews
appstore_similar Get similar apps

Credits

This package is powered by two great open source libraries:

from github.com/LucasMonteiro1/mcp-store-scraper

Install Store Scraper in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-store-scraper

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-store-scraper -- npx -y mcp-store-scraper

FAQ

Is Store Scraper MCP free?

Yes, Store Scraper MCP is free — one-click install via Unyly at no cost.

Does Store Scraper need an API key?

No, Store Scraper runs without API keys or environment variables.

Is Store Scraper hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Store Scraper in Claude Desktop, Claude Code or Cursor?

Open Store Scraper on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Store Scraper with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs