Skip to content
Cursor

appstore connect mcp for Cursor

io.github.ryaker/appstore-connect-mcp

MCP server for Apple Store Connect API integration with OAuth authentication support

client:Cursor transport:stdio runtime:npm

Install appstore connect mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "appstore-connect-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ryaker/appstore-connect-mcp"
      ],
      "env": {
        "APPLE_KEY_ID": "<APPLE_KEY_ID>",
        "APPLE_ISSUER_ID": "<APPLE_ISSUER_ID>",
        "APPLE_PRIVATE_KEY": "<APPLE_PRIVATE_KEY>",
        "APPLE_BUNDLE_ID": "<APPLE_BUNDLE_ID>",
        "APPLE_APP_STORE_ID": "<APPLE_APP_STORE_ID>",
        "OAUTH_ENABLED": "<OAUTH_ENABLED>",
        "OAUTH_ISSUER": "<OAUTH_ISSUER>",
        "OAUTH_AUDIENCE": "<OAUTH_AUDIENCE>",
        "OAUTH_JWKS_URI": "<OAUTH_JWKS_URI>",
        "SERVER_URL": "<SERVER_URL>"
      }
    }
  }
}

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

appstore connect mcp in other clients