All MCP clients
// integrations / cursorprotocol: mcp
Cursor setup
available
Cursor supports MCP via its settings panel or a project-level config file. Pull app store review data while you're building features.
- 01
Open Cursor Settings → MCP (or create .cursor/mcp.json in your project root)
- 02
Add the AppReviewAgent server block
- 03
Add your API key as an environment variable
- 04
Reload Cursor
- 05
Use Cmd+L to open the chat and ask about any app
add this to .cursor/mcp.json:
★.cursor/mcp.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.
- ›
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
// further reading
Official Cursor MCP documentation
advanced config options specific to Cursor