All MCP clients
Continue.dev
AvailableContinue is an open-source AI code assistant for VS Code and JetBrains that supports MCP. Use AppReviewMCP alongside your existing Continue setup.
Setup
- 1
Open ~/.continue/config.yaml
- 2
Add AppReviewMCP under the mcpServers section
- 3
Set your API key in the env block
- 4
Reload the Continue extension
- 5
Open the chat panel and query app store reviews
Config snippet
Add this to ~/.continue/config.yaml:
config.yaml
{ "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 reviews mentioning crashes for com.myapp on Google Play
›
What do users say about the onboarding flow in 3-star Discord reviews?
›
Show me 5-star reviews of GitHub Mobile from the last 30 days
Official Continue.dev MCP docs
For advanced config options specific to Continue.dev