Back to Apps

App Store Trend Analyzer
by mintiasaikoh
Analyze App Store trends, extract keywords, and generate new app ideas using iTunes Search API and RSS feeds.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server connects to the iTunes Search API and iTunes RSS feeds to provide real-time insights into the Apple App Store. It allows AI assistants to analyze market trends, identify trending keywords, and perform competitive research to help developers and entrepreneurs brainstorm new app ideas based on actual market data.
Tools
analyze_category: Performs a trend analysis for a specific App Store category.get_trending_keywords: Extracts currently trending keywords from the App Store.suggest_app_ideas: Generates innovative app concepts based on current trends.analyze_competitor: Analyzes the market position and performance of a specific competitor app.get_app_rankings: Retrieves current App Store rankings for free, paid, and top grossing apps.check_app_ranking: Checks the current ranking position of a specific app by its ID.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"appstore-analyzer": {
"command": "node",
"args": ["/path/to/appstore-trend-analyzer-mcp/dist/index.js"],
"env": {}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install appstore-trend-analyzer-mcp && npm run buildInformation
- Pricing
- free
- Published
- 7/24/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"appstore-analyzer": {
"command": "node",
"args": ["/path/to/appstore-trend-analyzer-mcp/dist/index.js"],
"env": {}
}
}
}





