MCP server for TestFlight feedback — read, analyze, prioritize, and act on App Store Connect beta feedback from Claude Code or any MCP host
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-appstorec": {
"command": "npx",
"args": [
"-y",
"krishnal/mcp-server-appstoreconnect"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-appstorec npx -y krishnal/mcp-server-appstoreconnect
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-appstorec": {
"command": "npx",
"args": [
"-y",
"krishnal/mcp-server-appstoreconnect"
]
}
}
}