mcp-store-scraper
v1.0.4
Published
MCP server for Google Play and App Store scraping
Maintainers
Readme
mcp-store-scraper
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
