Skip to content
MCP-Bridge
Developer Tools

App Store Connect API Claude Desktop Config

Add the App Store Connect API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "apple-com-app-store-connect": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apple-com-app-store-connect"
      ],
      "env": {
        "APP_STORE_CONNECT_API_API_KEY": "your_app_store_connect_api_api_key"
      }
    }
  }
}

Environment Variables

APP_STORE_CONNECT_API_API_KEY

Replace your_app_store_connect_api_api_key with your actual app store connect api api key

Endpoints

PATCH/v1/ageRatingDeclarations/{id}

ageRatingDeclarations-update_instance

GET/v1/appCategories

appCategories-get_collection

GET/v1/appCategories/{id}

appCategories-get_instance

GET/v1/appCategories/{id}/parent

appCategories-parent-get_to_one_related

GET/v1/appCategories/{id}/subcategories

appCategories-subcategories-get_to_many_related

GET/v1/appEncryptionDeclarations

appEncryptionDeclarations-get_collection

GET/v1/appEncryptionDeclarations/{id}

appEncryptionDeclarations-get_instance

GET/v1/appEncryptionDeclarations/{id}/app

appEncryptionDeclarations-app-get_to_one_related

POST/v1/appEncryptionDeclarations/{id}/relationships/builds

appEncryptionDeclarations-builds-create_to_many_relationship

POST/v1/appInfoLocalizations

appInfoLocalizations-create_instance