App Store Connect MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from pypi. Last commit 6 Jan 2026.
Interact with Apple's App Store Connect API
Today is the operative word: we check App Store Connect MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add app-store-connect-mcp -- uvx app-store-connect-mcp
{
"mcpServers": {
"app-store-connect-mcp": {
"args": [
"app-store-connect-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.app-store-connect-mcp]
command = "uvx"
args = ["app-store-connect-mcp"]
{
"mcpServers": {
"app-store-connect-mcp": {
"args": [
"app-store-connect-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"app-store-connect-mcp": {
"args": [
"app-store-connect-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
APP_STORE_KEY_ID (App Store Connect API Key ID), APP_STORE_ISSUER_ID (App Store Connect Issuer ID), APP_STORE_PRIVATE_KEY_PATH (Path to the .p8 private key file for App Store Connect authentication), APP_STORE_APP_ID (Default App ID for operations (optional)), APP_STORE_KEY_TYPE (Key type: 'team' or 'individual' (defaults to 'team')), APP_STORE_SCOPE (Comma-separated list of OAuth scopes (optional)), APP_STORE_SUBJECT (Subject for individual keys (optional)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Apple Store Connect API integration with OAuth authentication support
You can connect any API to LLMs. This enables AI to interact directly with APIs
MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.
Couchbase MCP Server - Enable AI agents to connect to and interact with Couchbase clusters.
Interact with the Stitch API using natural language commands.
MCP Server to interact with Flutterwave APIs.
Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe.
App Store Connect MCP Server for AI coding agents
Answers built from our own checks of this server.