All MCP clients
Windsurf
AvailableWindsurf by Codeium supports MCP through a global config file. Set it up once and access review data across all your projects.
Setup
- 1
Open ~/.codeium/windsurf/mcp_config.json (create if it doesn't exist)
- 2
Add the AppReviewMCP server block under mcpServers
- 3
Insert your API key
- 4
Restart Windsurf
- 5
Open Cascade and ask about any app's reviews
Config snippet
Add this to ~/.codeium/windsurf/mcp_config.json:
mcp_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
›
Get the 10 most recent reviews for TikTok on the Japan App Store
›
What are the most common bugs mentioned in 1-star Slack reviews?
›
List the top praised features in 5-star reviews for Linear on Google Play
Official Windsurf MCP docs
For advanced config options specific to Windsurf