Store Scraper
FreeNot checkedMCP server that scrapes app data from Google Play and Apple App Store, providing tools for search, details, reviews, and similar apps.
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:
- google-play-scraper by @facundoolano — scrapes app data from the Google Play Store
- app-store-scraper by @facundoolano — scrapes app data from the Apple App Store
Install Store Scraper in Claude Desktop, Claude Code & Cursor
unyly install mcp-store-scraperInstalls 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-scraperFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
