app-store-connect-mcp-server
- Developer Tools
An MCP server to communicate with the App Store Connect API for iOS Developers
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_apps | Get a list of all apps in App Store Connect |
list_beta_groups | Get a list of all beta groups (internal and external) |
list_group_testers | Get a list of all testers in a specific beta group |
add_tester_to_group | Add a new tester to a beta group |
remove_tester_from_group | Remove a tester from a beta group |
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
APP_STORE_CONNECT_KEY_ID | Yes | KEY ID for App Store Connect | |
APP_STORE_CONNECT_P8_PATH | Yes | P8 FILE PATH for App Store Connect | |
APP_STORE_CONNECT_ISSUER_ID | Yes | ISSUER ID for App Store Connect |
App Store Connect MCP Server
A Model Context Protocol (MCP) server for interacting with the App Store Connect API. This server provides tools for managing beta testers, beta groups, and apps in App Store Connect.
Installation
Add the following to your Claude Config JSON file
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues with dependencies of the server.
- Extract server characteristics such as tools, resources, prompts, and required parameters.
Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
Copy the following code to your README.md file: