Appstore Release MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 19 Aug 2026.
App Store release pilot — version bump, TestFlight upload, metadata, review submission
We read the source, 23 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(command, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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 appstore-release-mcp -- npx -y appstore-release-mcp
{
"mcpServers": {
"appstore-release-mcp": {
"args": [
"-y",
"appstore-release-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.appstore-release-mcp]
command = "npx"
args = ["-y", "appstore-release-mcp"]
{
"mcpServers": {
"appstore-release-mcp": {
"args": [
"-y",
"appstore-release-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"appstore-release-mcp": {
"args": [
"-y",
"appstore-release-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
APPLE_KEY_ID (App Store Connect API key ID), APPLE_ISSUER_ID (App Store Connect API issuer ID), ASC_KEY_PATH (Path to the .p8 App Store Connect API private key (alternative: APPLE_KEY_CONTENT with base64-encoded key)), APPLE_KEY_CONTENT (Base64-encoded .p8 private key content (alternative to ASC_KEY_PATH)), APPLE_TEAM_ID (Apple Developer team ID (required for builds/uploads)), ASC_BUNDLE_ID (Bundle identifier of the app to manage, e.g. com.example.myapp), ASC_PROJECT_DIR (Xcode project root where fastlane runs (default: current working directory)), ASC_PLATFORM (App Store platform: IOS (default), MAC_OS, TV_OS, or VISION_OS), ASC_FASTLANE_LANE (Fastlane lane used for archive + upload (default: beta)), ASC_FASTLANE_PLATFORM (Fastlane platform prefix, e.g. mac or ios), ASC_UPLOAD_CMD (Full override of the upload command, e.g. 'bundle exec fastlane ios beta').
The author declared them in the registry entry; get the values from the project itself.
41 tools to ship an App Store release: metadata, screenshots, builds, TestFlight, IAP, submit.
App Store Connect MCP: apps, TestFlight, reviews, sales reports, and team users.
App Store Connect for MCP clients: PPP pricing, subscriptions, TestFlight, reviews, reports & more
Checks current App Store version by bundle ID. x402 payment required (testnet USDC).
App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.
MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.
App Store Connect operator for AI agents: icons, TestFlight builds, listings, IAP, rejection fixes.
Pull TestFlight screenshot feedback from App Store Connect into AI coding agents.
Answers built from our own checks of this server.