Home › Development › appstore-release-mcp
appstore-release-mcp
App Store release pilot — version bump, TestFlight upload, metadata, review submission
Topics: Developer Tools
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.1.1)
npx -y appstore-release-mcp@0.1.1
Or add to your MCP client config:
{
"mcpServers": {
"appstore-release-mcp": {
"command": "npx",
"args": [
"-y",
"appstore-release-mcp@0.1.1"
],
"env": {
"APPLE_KEY_ID": "<YOUR_VALUE>",
"APPLE_ISSUER_ID": "<YOUR_VALUE>",
"ASC_KEY_PATH": "<YOUR_VALUE>",
"APPLE_KEY_CONTENT": "<YOUR_VALUE>",
"APPLE_TEAM_ID": "<YOUR_VALUE>",
"ASC_BUNDLE_ID": "<YOUR_VALUE>",
"ASC_PROJECT_DIR": "<YOUR_VALUE>",
"ASC_PLATFORM": "<YOUR_VALUE>",
"ASC_FASTLANE_LANE": "<YOUR_VALUE>",
"ASC_FASTLANE_PLATFORM": "<YOUR_VALUE>",
"ASC_UPLOAD_CMD": "<YOUR_VALUE>"
}
}
}
}
APPLE_KEY_IDrequired — App Store Connect API key IDAPPLE_ISSUER_IDrequired — App Store Connect API issuer IDASC_KEY_PATH— Path to the .p8 App Store Connect API private key (alternative: APPLE_KEY_CONTENT with base64-encoded key)APPLE_KEY_CONTENTsecret — Base64-encoded .p8 private key content (alternative to ASC_KEY_PATH)APPLE_TEAM_ID— Apple Developer team ID (required for builds/uploads)ASC_BUNDLE_IDrequired — Bundle identifier of the app to manage, e.g. com.example.myappASC_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_OSASC_FASTLANE_LANE— Fastlane lane used for archive + upload (default: beta)ASC_FASTLANE_PLATFORM— Fastlane platform prefix, e.g. mac or iosASC_UPLOAD_CMD— Full override of the upload command, e.g. 'bundle exec fastlane ios beta'
Related servers
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
Figma-Context-MCP
Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.
git-mcp
[gitmcp.io](https://gitmcp.io/) is a generic remote MCP server to connect to ANY [GitHub](https://www.github.com) repository or project…
Repowise
Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.
mobile-mcp
MCP server for iOS and Android Mobile Development, Automation and Testing
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry