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
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace 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/appCategoriesappCategories-get_collection
GET
/v1/appCategories/{id}appCategories-get_instance
GET
/v1/appCategories/{id}/parentappCategories-parent-get_to_one_related
GET
/v1/appCategories/{id}/subcategoriesappCategories-subcategories-get_to_many_related
GET
/v1/appEncryptionDeclarationsappEncryptionDeclarations-get_collection
GET
/v1/appEncryptionDeclarations/{id}appEncryptionDeclarations-get_instance
GET
/v1/appEncryptionDeclarations/{id}/appappEncryptionDeclarations-app-get_to_one_related
POST
/v1/appEncryptionDeclarations/{id}/relationships/buildsappEncryptionDeclarations-builds-create_to_many_relationship
POST
/v1/appInfoLocalizationsappInfoLocalizations-create_instance