AppStoreQ
Pricing
Pay per event + usage
AppStoreQ
Turn your LLM into an app store market research assistant, driven by real data from user reviews.
Pricing
Pay per event + usage
Rating
0.0
(0)
Developer
Omar A.
Maintained by CommunityActor stats
1
Bookmarked
1
Total users
0
Monthly active users
5 months ago
Last modified
Categories
Share
๐ AppStoreQ โ Google Play Reviews MCP Server
Get real user reviews from Google Play Store for any Android app.
AppStoreQ is an MCP server that fetches app metadata and user reviews, letting your AI assistant (Claude, GPT, etc.) analyze them directly.
๐ฏ What Can You Do?
Connect AppStoreQ to Claude or any MCP-compatible AI and ask questions like:
- "What do users hate about Spotify?"
- "Find complaints about WhatsApp's latest update"
- "Compare Notion vs Obsidian based on user feedback"
- "What features are users requesting for Slack?"
The AI fetches real reviews and analyzes them for you.
๐ ๏ธ Available Tools
get_app_info
Get basic metadata about any Google Play app.
get_app_info("Spotify")get_app_info("com.whatsapp")
Returns: App name, rating, review count, developer, description
get_reviews
Fetch user reviews for analysis.
get_reviews("Spotify")get_reviews("Notion", count=50, sort="helpfulness")
Parameters:
appโ App name or package IDcountryโ Country code (default: "us")countโ Number of reviews (default: 100, max: 200)sortโ "newest", "rating", or "helpfulness"
Returns: Formatted reviews with ratings, dates, thumbs up, and content
โก Quick Start
Connect via Apify MCP
Add to your Claude Desktop config:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{"mcpServers": {"apify": {"command": "npx","args": ["-y","mcp-remote","https://mcp.apify.com/?tools=actors,docs,futuristek/appstoreq","--header","Authorization: Bearer <YOUR_API_TOKEN>"]}}}
Replace <YOUR_API_TOKEN> with your Apify API token.
Restart Claude Desktop. Then just ask:
"What do users complain about in the Twitter app?"
๐ผ Use Cases
| Who | Use Case |
|---|---|
| Product Managers | Validate features, understand user pain points |
| Founders | Research competitors before building |
| Marketers | Find messaging angles from real user language |
| Investors | Due diligence on app companies |
| Developers | See what bugs users report most |
โ๏ธ How It Works
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Claude โโ "What do users hate about Spotify?" โโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ MCPโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ AppStoreQ โโ Fetches 100 reviews from Google Play โโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Claude โโ Analyzes reviews, finds patterns, summarizes โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Links
- Apify Actor: apify.com/futuristek/appstoreq
๐ License
MIT ยฉ 2025 Futuristek