MCP server covering the App Store Connect API: listings, localizations, screenshots, review submission, pricing, IAP, reviews and code signing (86 tools)
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-app-store": {
"command": "npx",
"args": [
"-y",
"abdouldotdev/mcp-server-app-store-connect"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-app-store npx -y abdouldotdev/mcp-server-app-store-connect
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-app-store": {
"command": "npx",
"args": [
"-y",
"abdouldotdev/mcp-server-app-store-connect"
]
}
}
}