Claude Desktop
AvailableClaude Desktop supports MCP natively. Add AppReviewMCP to your config and start asking Claude about any app's reviews in seconds.
Setup
- 1
Open your Claude Desktop config file
- 2
Add the AppReviewMCP server block under mcpServers
- 3
Paste your API key from the dashboard
- 4
Restart Claude Desktop
- 5
Ask in natural language — e.g. what are top complaints about Spotify on the US App Store?
Config snippet
Add this to ~/Library/Application Support/Claude/claude_desktop_config.json:
{ "mcpServers": { "appreviewmcp": { "command": "npx", "args": ["-y", "@appreviewmcp/server"], "env": { "APPREVIEWMCP_API_KEY": "your_api_key_here" } } } }
Get your API key from the dashboard — 100 free requests/month, no credit card.
Example prompts
Fetch the last 20 1-star reviews for Duolingo on the UK App Store
Summarise recent feedback for my app com.example.myapp
What are users saying about the latest Notion update on Google Play?
Official Claude Desktop MCP docs
For advanced config options specific to Claude Desktop