mcp-server-appstoreconnect

krishnal/mcp-server-appstoreconnect
★ 0 stars TypeScript Code/Dev Tools Updated 6d ago
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"
      ]
    }
  }
}