app-store-connect-mcp-server

  • Developer Tools
TypeScript
107
A
security – no known vulnerabilities (report Issue)
F
license - not found
A
quality - confirmed to work

An MCP server to communicate with the App Store Connect API for iOS Developers

  1. Tools
  2. Prompts
  3. Resources
  4. Server Configuration
  5. README.md

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_appsGet a list of all apps in App Store Connect
list_beta_groupsGet a list of all beta groups (internal and external)
list_group_testersGet a list of all testers in a specific beta group
add_tester_to_groupAdd a new tester to a beta group
remove_tester_from_groupRemove a tester from a beta group

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_STORE_CONNECT_KEY_IDYesKEY ID for App Store Connect
APP_STORE_CONNECT_P8_PATHYesP8 FILE PATH for App Store Connect
APP_STORE_CONNECT_ISSUER_IDYesISSUER ID for App Store Connect
README.md

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

{ "mcpServers": { "app-store-connect": { "command": "npx", "args": [ "y", "@joshuarileydev/app-store-connect-mcp-server" ], "env": { "APP_STORE_CONNECT_KEY_ID": "KEY ID", "APP_STORE_CONNECT_ISSUER_ID": "ISSUER ID", "APP_STORE_CONNECT_P8_PATH": "P8 FILE PATH" } } } }

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:

Alternative MCP servers

  • -
    security
    F
    license
    -
    quality
    This server provides a comprehensive integration with Zendesk. Retrieving and managing tickets and comments. Ticket analyzes and response drafting. Access to help center articles as knowledge base.
  • -
    security
    F
    license
    -
    quality
    Enables semantic search and RAG (Retrieval Augmented Generation) over your Apple Notes.
    • Apple