mcp-store-scraper
Provides tools to scrape Apple App Store data, including app details, search, reviews, and similar apps.
Provides tools to scrape Google Play Store data, including app details, search, reviews, and similar apps.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-store-scraperSearch for 'Signal' on Google Play"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Get app details by package name |
| Search apps |
| Get app reviews |
| Get similar apps |
App Store
Tool | Description |
| Get app details by bundle ID or numeric ID |
| Search apps |
| Get app reviews |
| 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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LucasMonteiro1/mcp-store-scraper'
If you have feedback or need assistance with the MCP directory API, please join our Discord server