All MCP clients
Zed
AvailableZed's AI assistant supports MCP servers via settings.json. Connect AppReviewMCP to query reviews without leaving your editor.
Setup
- 1
Open ~/.config/zed/settings.json
- 2
Add AppReviewMCP under the context_servers section
- 3
Provide your API key in the env block
- 4
Restart Zed
- 5
Open the assistant panel and start querying reviews
Config snippet
Add this to ~/.config/zed/settings.json:
settings.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
›
Summarise the last 50 reviews for Obsidian on the Mac App Store
›
What accessibility issues are reported in 1-star reviews of our app?
›
Show trending topics in 4–5 star reviews for Notion on Google Play
Official Zed MCP docs
For advanced config options specific to Zed