Skip to content
Cursor

appstore connect for Cursor

io.github.sardorbekr/appstore-connect

MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.

client:Cursor transport:stdio runtime:npm

Install appstore connect in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "appstore-connect": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "asc-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

appstore connect in other clients