appstore-release-mcp
Rank #67,844io.github.rabdulsal/appstore-release-mcp
App Store release pilot — version bump, TestFlight upload, metadata, review submission
appstore-release-mcp is a Model Context Protocol (MCP) server published by rabdulsal. It ranks #67,844 of 132,113 servers tracked on MCP Toplist. appstore-release-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 5, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 64,269 of 132,113 servers on MCP Toplist.
Use appstore-release-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add appstore-release-mcp -e "APPLE_KEY_ID=<your APPLE_KEY_ID>" -e "APPLE_ISSUER_ID=<your APPLE_ISSUER_ID>" -e "ASC_KEY_PATH=<your ASC_KEY_PATH>" -e "APPLE_KEY_CONTENT=<your APPLE_KEY_CONTENT>" -e "APPLE_TEAM_ID=<your APPLE_TEAM_ID>" -e "ASC_BUNDLE_ID=<your ASC_BUNDLE_ID>" -e "ASC_PROJECT_DIR=<your ASC_PROJECT_DIR>" -e "ASC_PLATFORM=<your ASC_PLATFORM>" -e "ASC_FASTLANE_LANE=<your ASC_FASTLANE_LANE>" -e "ASC_FASTLANE_PLATFORM=<your ASC_FASTLANE_PLATFORM>" -e "ASC_UPLOAD_CMD=<your ASC_UPLOAD_CMD>" -- npx -y appstore-release-mcpReplace each placeholder with your own value before saving.
[mcp_servers.appstore-release-mcp]
command = "npx"
args = ["-y", "appstore-release-mcp"]
[mcp_servers.appstore-release-mcp.env]
APPLE_KEY_ID = "<your APPLE_KEY_ID>"
APPLE_ISSUER_ID = "<your APPLE_ISSUER_ID>"
ASC_KEY_PATH = "<your ASC_KEY_PATH>"
APPLE_KEY_CONTENT = "<your APPLE_KEY_CONTENT>"
APPLE_TEAM_ID = "<your APPLE_TEAM_ID>"
ASC_BUNDLE_ID = "<your ASC_BUNDLE_ID>"
ASC_PROJECT_DIR = "<your ASC_PROJECT_DIR>"
ASC_PLATFORM = "<your ASC_PLATFORM>"
ASC_FASTLANE_LANE = "<your ASC_FASTLANE_LANE>"
ASC_FASTLANE_PLATFORM = "<your ASC_FASTLANE_PLATFORM>"
ASC_UPLOAD_CMD = "<your ASC_UPLOAD_CMD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-release-mcp": {
"command": "npx",
"args": [
"-y",
"appstore-release-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"ASC_KEY_PATH": "<your ASC_KEY_PATH>",
"APPLE_KEY_CONTENT": "<your APPLE_KEY_CONTENT>",
"APPLE_TEAM_ID": "<your APPLE_TEAM_ID>",
"ASC_BUNDLE_ID": "<your ASC_BUNDLE_ID>",
"ASC_PROJECT_DIR": "<your ASC_PROJECT_DIR>",
"ASC_PLATFORM": "<your ASC_PLATFORM>",
"ASC_FASTLANE_LANE": "<your ASC_FASTLANE_LANE>",
"ASC_FASTLANE_PLATFORM": "<your ASC_FASTLANE_PLATFORM>",
"ASC_UPLOAD_CMD": "<your ASC_UPLOAD_CMD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-release-mcp": {
"command": "npx",
"args": [
"-y",
"appstore-release-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"ASC_KEY_PATH": "<your ASC_KEY_PATH>",
"APPLE_KEY_CONTENT": "<your APPLE_KEY_CONTENT>",
"APPLE_TEAM_ID": "<your APPLE_TEAM_ID>",
"ASC_BUNDLE_ID": "<your ASC_BUNDLE_ID>",
"ASC_PROJECT_DIR": "<your ASC_PROJECT_DIR>",
"ASC_PLATFORM": "<your ASC_PLATFORM>",
"ASC_FASTLANE_LANE": "<your ASC_FASTLANE_LANE>",
"ASC_FASTLANE_PLATFORM": "<your ASC_FASTLANE_PLATFORM>",
"ASC_UPLOAD_CMD": "<your ASC_UPLOAD_CMD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"appstore-release-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"appstore-release-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"ASC_KEY_PATH": "<your ASC_KEY_PATH>",
"APPLE_KEY_CONTENT": "<your APPLE_KEY_CONTENT>",
"APPLE_TEAM_ID": "<your APPLE_TEAM_ID>",
"ASC_BUNDLE_ID": "<your ASC_BUNDLE_ID>",
"ASC_PROJECT_DIR": "<your ASC_PROJECT_DIR>",
"ASC_PLATFORM": "<your ASC_PLATFORM>",
"ASC_FASTLANE_LANE": "<your ASC_FASTLANE_LANE>",
"ASC_FASTLANE_PLATFORM": "<your ASC_FASTLANE_PLATFORM>",
"ASC_UPLOAD_CMD": "<your ASC_UPLOAD_CMD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-release-mcp": {
"command": "npx",
"args": [
"-y",
"appstore-release-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"ASC_KEY_PATH": "<your ASC_KEY_PATH>",
"APPLE_KEY_CONTENT": "<your APPLE_KEY_CONTENT>",
"APPLE_TEAM_ID": "<your APPLE_TEAM_ID>",
"ASC_BUNDLE_ID": "<your ASC_BUNDLE_ID>",
"ASC_PROJECT_DIR": "<your ASC_PROJECT_DIR>",
"ASC_PLATFORM": "<your ASC_PLATFORM>",
"ASC_FASTLANE_LANE": "<your ASC_FASTLANE_LANE>",
"ASC_FASTLANE_PLATFORM": "<your ASC_FASTLANE_PLATFORM>",
"ASC_UPLOAD_CMD": "<your ASC_UPLOAD_CMD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-release-mcp": {
"command": "npx",
"args": [
"-y",
"appstore-release-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"ASC_KEY_PATH": "<your ASC_KEY_PATH>",
"APPLE_KEY_CONTENT": "<your APPLE_KEY_CONTENT>",
"APPLE_TEAM_ID": "<your APPLE_TEAM_ID>",
"ASC_BUNDLE_ID": "<your ASC_BUNDLE_ID>",
"ASC_PROJECT_DIR": "<your ASC_PROJECT_DIR>",
"ASC_PLATFORM": "<your ASC_PLATFORM>",
"ASC_FASTLANE_LANE": "<your ASC_FASTLANE_LANE>",
"ASC_FASTLANE_PLATFORM": "<your ASC_FASTLANE_PLATFORM>",
"ASC_UPLOAD_CMD": "<your ASC_UPLOAD_CMD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rabdulsal%2Fappstore-release-mcp)<a href="https://mcptoplist.com/server/io.github.rabdulsal%2Fappstore-release-mcp"><img src="https://mcptoplist.com/badge/io.github.rabdulsal%2Fappstore-release-mcp.svg" alt="MCP Toplist: #67,844 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
rabdulsal
Other servers by rabdulsal
View all rabdulsal servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 6, 2026 |
Frequently asked questions
- Who maintains appstore-release-mcp?
- appstore-release-mcp is maintained by rabdulsal, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is appstore-release-mcp listed on the Official MCP Registry?
- Yes — appstore-release-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does appstore-release-mcp have?
- MCP Toplist tracks 1 version of appstore-release-mcp, most recently published on Jul 6, 2026.
- Where can I find the source code for appstore-release-mcp?
- The source code for appstore-release-mcp is hosted at github.com/rabdulsal/appstore-release-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.