All MCP clients
Cursor
AvailableCursor supports MCP via its settings panel or a project-level config file. Pull app store review data while you're building features.
Setup
- 1
Open Cursor Settings → MCP (or create .cursor/mcp.json in your project root)
- 2
Add the AppReviewMCP server block
- 3
Add your API key as an environment variable
- 4
Reload Cursor
- 5
Use Cmd+L to open the chat and ask about any app
Config snippet
Add this to .cursor/mcp.json:
.cursor/mcp.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
›
Show me the 5 most recent reviews for our app on Google Play
›
What features are users requesting most in 4-star reviews of Figma?
›
Compare sentiment between App Store and Play Store reviews for Headspace
Official Cursor MCP docs
For advanced config options specific to Cursor