Claude Desktop setup
Claude Desktop supports MCP natively. Add AppReviewAgent to your config and start asking Claude about any app's reviews in seconds.
- 01
Open your Claude Desktop config file
- 02
Add the AppReviewAgent server block under mcpServers
- 03
Paste your API key from the dashboard
- 04
Restart Claude Desktop
- 05
Ask in natural language — e.g. what are the top complaints about Spotify on the US App Store?
add this to ~/Library/Application Support/Claude/claude_desktop_config.json:
{ "mcpServers": { "appreviewagent": { "command": "npx", "args": ["-y", "@appreviewagent"], "env": { "APPREVIEWAGENT_API_KEY": "your_api_key_here" } } } }
get your API key from the dashboard · 100 free requests/month · no card
Three prompts to try first.
- ›
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?
// further reading
Official Claude Desktop MCP documentation
advanced config options specific to Claude Desktop