mcpbeat Sign in

App Store Connect MCP Server

local only

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

Installs per day peak 41 · avg 17 · +7% w/w
a month agotoday
103
Installs / week
pypi · app-store-connect-mcp
1
Stars
0 open issues
6 Jan 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add app-store-connect-mcp -- uvx app-store-connect-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "app-store-connect-mcp": {
      "args": [
        "app-store-connect-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.app-store-connect-mcp]
command = "uvx"
args = ["app-store-connect-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "app-store-connect-mcp": {
      "args": [
        "app-store-connect-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to App Store Connect MCP

same job, measured the same way
Appstore Connect MCP
by ryaker

MCP server for Apple Store Connect API integration with OAuth authentication support

46 installs/wk local only
Meta API MCP Server
by savhascelik

You can connect any API to LLMs. This enables AI to interact directly with APIs

44 installs/wk local only
Appstore Connect
by sardorbekr

MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.

61 installs/wk local only
MCP Server Couchbase
by couchbase

Couchbase MCP Server - Enable AI agents to connect to and interact with Couchbase clusters.

571 installs/wk local only
C
Googleapis
by googleapis-stitch

Interact with the Stitch API using natural language commands.

15 tools answering
MCP Flutterwave
by bajoski34

MCP Server to interact with Flutterwave APIs.

42 installs/wk local only
Ble MCP Server
by es617

Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe.

137 installs/wk local only
Asc MCP Server
by muhammetali

App Store Connect MCP Server for AI coding agents

51 installs/wk local only

App Store Connect MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for App Store Connect MCP?
App Store Connect MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package app-store-connect-mcp was installed 103 times last week.
How do I connect App Store Connect MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls app-store-connect-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use App Store Connect MCP?
The pypi package app-store-connect-mcp was installed 103 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is App Store Connect MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.