App Store Connect MCP Server
About This Server
A Model Context Protocol (MCP) server for interacting with the App Store Connect API. This server provides tools for managing apps, beta testers, bundle IDs, devices, and capabilities in App Store Connect.
Server Information
This webpage is a GitHub repository for an App Store Connect Model Context Protocol (MCP) server. It provides tools for managing apps, beta testers, bundle IDs, devices, and capabilities within App Store Connect. The repository includes installation instructions, configuration details, available tools, error handling mechanisms, development guidelines, licensing information, and related resources.
ā Key Points:
* Provides a Model Context Protocol (MCP) server for App Store Connect.
* Offers tools for app management, beta testing, bundle ID management, device management, and user management.
* Requires configuration with App Store Connect API credentials (Key ID, Issuer ID, and private key).
* Implements error handling for common issues like invalid authentication and API rate limits.
* Licensed under the MIT License.
š Main Findings:
* The repository provides a set of command-line tools for interacting with the App Store Connect API.
* Configuration involves setting up environment variables with the necessary authentication credentials.
* Available tools cover a range of App Store Connect functionalities.
* The project encourages community contribution through its open-source nature.
š Details:
* Features:
* App Management: List and retrieve detailed app information.
* Beta Testing: List beta groups and testers, add/remove testers from groups.
* Bundle ID Management: List, create, and retrieve bundle IDs; enable/disable capabilities.
* Device Management: List registered devices with filtering options.
* User Management: List team members with role filtering.
* Installation: `npm install @your-org/app-store-connect-mcp-server`
* Configuration: Requires setting environment variables for `APPSTORECONNECTKEYID`, `APPSTORECONNECTISSUERID`, and `APPSTORECONNECTP8PATH` in the Claude Desktop configuration file located at `~/Library/Application Support/Claude/claudedesktopconfig.json` (macOS) or `%APPDATA%\Claude\claudedesktopconfig.json` (Windows).
šÆ Conclusion:
The GitHub repository hosts an App Store Connect MCP server, providing a command-line interface for managing various aspects of the App Store Connect API. The project is open-source and requires configuration with appropriate credentials for authentication.
Server Features
App Management
Get a list of all apps in App Store Connect, Get detailed app information, View app metadata and relationships
Beta Testing
List all beta testing groups, List testers in a specific beta group, Add a new tester to a beta group, Remove a tester from a beta group
Bundle ID Management
List all registered bundle IDs, Register a new bundle ID, Get detailed bundle ID information, Enable a capability for a bundle ID, Disable a capability for a bundle ID
Device Management
List all registered devices with filtering options
User Management
List all team members with role filtering
Provider Information
Joshuarileydev
cloud Provider