MCP
App Store Rejections MCP
An MCP server that gives AI agents access to App Store rejection data, real-world cases, and Apple's Review Guidelines.
When to Use
Your app got rejected and you're staring at a vague guideline reference. You want your agent to pull up what other developers did when they hit the same rejection.
Use Cases
- Using App Store Rejections MCP, look up guideline 2.1 and tell me why my app got rejected and how to fix it
- Find rejection cases related to in-app purchases and show me what other devs changed to get approved
- My app was rejected for "insufficient content" — pull up similar cases and tell me what worked
- Check the most common rejection reasons so I can audit my app before I submit
Installation
Claude Code
claude mcp add --transport stdio appstore-rejections -- npx -y appstore-rejections-mcp
Cursor / Claude Desktop
{"mcpServers": {"appstore-rejections": {"command": "npx", "args": ["-y", "appstore-rejections-mcp"]}}}
Prerequisites
- Node.js >= 18