All MCP clients
// integrations / windsurfprotocol: mcp
Windsurf setup
available
Windsurf by Codeium supports MCP through a global config file. Set it up once and access review data across all your projects.
- 01
Open ~/.codeium/windsurf/mcp_config.json (create it if missing)
- 02
Add the AppReviewAgent server block under mcpServers
- 03
Insert your API key
- 04
Restart Windsurf
- 05
Open Cascade and ask about any app's reviews
add this to ~/.codeium/windsurf/mcp_config.json:
★mcp_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.
- ›
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
// further reading
Official Windsurf MCP documentation
advanced config options specific to Windsurf