Appstore Connect MCP
Rank #7,372io.github.ryaker/appstore-connect-mcp
MCP server providing appstore-connect-mcp capabilities
Appstore Connect MCP is a Model Context Protocol (MCP) server published by ryaker. It ranks #7,372 of 115,591 servers tracked on MCP Toplist, and its repository has 29 GitHub stars. Appstore Connect MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Sep 7, 2025 and most recently updated on Sep 10, 2025.
Ranks ahead of 108,219 of 115,591 servers on MCP Toplist.
Use Appstore Connect MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add appstore-connect-mcp -e "APPLE_KEY_ID=<your APPLE_KEY_ID>" -e "APPLE_ISSUER_ID=<your APPLE_ISSUER_ID>" -e "APPLE_PRIVATE_KEY=<your APPLE_PRIVATE_KEY>" -e "APPLE_BUNDLE_ID=<your APPLE_BUNDLE_ID>" -e "APPLE_APP_STORE_ID=<your APPLE_APP_STORE_ID>" -e "OAUTH_ENABLED=<your OAUTH_ENABLED>" -e "OAUTH_ISSUER=<your OAUTH_ISSUER>" -e "OAUTH_AUDIENCE=<your OAUTH_AUDIENCE>" -e "OAUTH_JWKS_URI=<your OAUTH_JWKS_URI>" -e "SERVER_URL=<your SERVER_URL>" -- npx -y @ryaker/appstore-connect-mcpReplace each placeholder with your own value before saving.
[mcp_servers.appstore-connect-mcp]
command = "npx"
args = ["-y", "@ryaker/appstore-connect-mcp"]
[mcp_servers.appstore-connect-mcp.env]
APPLE_KEY_ID = "<your APPLE_KEY_ID>"
APPLE_ISSUER_ID = "<your APPLE_ISSUER_ID>"
APPLE_PRIVATE_KEY = "<your APPLE_PRIVATE_KEY>"
APPLE_BUNDLE_ID = "<your APPLE_BUNDLE_ID>"
APPLE_APP_STORE_ID = "<your APPLE_APP_STORE_ID>"
OAUTH_ENABLED = "<your OAUTH_ENABLED>"
OAUTH_ISSUER = "<your OAUTH_ISSUER>"
OAUTH_AUDIENCE = "<your OAUTH_AUDIENCE>"
OAUTH_JWKS_URI = "<your OAUTH_JWKS_URI>"
SERVER_URL = "<your SERVER_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-connect-mcp": {
"command": "npx",
"args": [
"-y",
"@ryaker/appstore-connect-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"APPLE_PRIVATE_KEY": "<your APPLE_PRIVATE_KEY>",
"APPLE_BUNDLE_ID": "<your APPLE_BUNDLE_ID>",
"APPLE_APP_STORE_ID": "<your APPLE_APP_STORE_ID>",
"OAUTH_ENABLED": "<your OAUTH_ENABLED>",
"OAUTH_ISSUER": "<your OAUTH_ISSUER>",
"OAUTH_AUDIENCE": "<your OAUTH_AUDIENCE>",
"OAUTH_JWKS_URI": "<your OAUTH_JWKS_URI>",
"SERVER_URL": "<your SERVER_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-connect-mcp": {
"command": "npx",
"args": [
"-y",
"@ryaker/appstore-connect-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"APPLE_PRIVATE_KEY": "<your APPLE_PRIVATE_KEY>",
"APPLE_BUNDLE_ID": "<your APPLE_BUNDLE_ID>",
"APPLE_APP_STORE_ID": "<your APPLE_APP_STORE_ID>",
"OAUTH_ENABLED": "<your OAUTH_ENABLED>",
"OAUTH_ISSUER": "<your OAUTH_ISSUER>",
"OAUTH_AUDIENCE": "<your OAUTH_AUDIENCE>",
"OAUTH_JWKS_URI": "<your OAUTH_JWKS_URI>",
"SERVER_URL": "<your SERVER_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"appstore-connect-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ryaker/appstore-connect-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"APPLE_PRIVATE_KEY": "<your APPLE_PRIVATE_KEY>",
"APPLE_BUNDLE_ID": "<your APPLE_BUNDLE_ID>",
"APPLE_APP_STORE_ID": "<your APPLE_APP_STORE_ID>",
"OAUTH_ENABLED": "<your OAUTH_ENABLED>",
"OAUTH_ISSUER": "<your OAUTH_ISSUER>",
"OAUTH_AUDIENCE": "<your OAUTH_AUDIENCE>",
"OAUTH_JWKS_URI": "<your OAUTH_JWKS_URI>",
"SERVER_URL": "<your SERVER_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-connect-mcp": {
"command": "npx",
"args": [
"-y",
"@ryaker/appstore-connect-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"APPLE_PRIVATE_KEY": "<your APPLE_PRIVATE_KEY>",
"APPLE_BUNDLE_ID": "<your APPLE_BUNDLE_ID>",
"APPLE_APP_STORE_ID": "<your APPLE_APP_STORE_ID>",
"OAUTH_ENABLED": "<your OAUTH_ENABLED>",
"OAUTH_ISSUER": "<your OAUTH_ISSUER>",
"OAUTH_AUDIENCE": "<your OAUTH_AUDIENCE>",
"OAUTH_JWKS_URI": "<your OAUTH_JWKS_URI>",
"SERVER_URL": "<your SERVER_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-connect-mcp": {
"command": "npx",
"args": [
"-y",
"@ryaker/appstore-connect-mcp"
],
"env": {
"APPLE_KEY_ID": "<your APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<your APPLE_ISSUER_ID>",
"APPLE_PRIVATE_KEY": "<your APPLE_PRIVATE_KEY>",
"APPLE_BUNDLE_ID": "<your APPLE_BUNDLE_ID>",
"APPLE_APP_STORE_ID": "<your APPLE_APP_STORE_ID>",
"OAUTH_ENABLED": "<your OAUTH_ENABLED>",
"OAUTH_ISSUER": "<your OAUTH_ISSUER>",
"OAUTH_AUDIENCE": "<your OAUTH_AUDIENCE>",
"OAUTH_JWKS_URI": "<your OAUTH_JWKS_URI>",
"SERVER_URL": "<your SERVER_URL>"
}
}
}
}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.ryaker%2Fappstore-connect-mcp)<a href="https://mcptoplist.com/server/io.github.ryaker%2Fappstore-connect-mcp"><img src="https://mcptoplist.com/badge/io.github.ryaker%2Fappstore-connect-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
ryaker
Other servers by ryaker
- M365 Assistant MCP Server#6,357
- Mem0 MCP Server#16,310 · 1 ver
- MCP JS Server Template#37,069
- MongoDB MCP Server#67,665
- Command Execution MCP Server for Claude Desktop#67,780
- day-planner-mcp#86,968
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Sep 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Appstore Connect MCP?
- Appstore Connect MCP is maintained by ryaker, which publishes 7 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Appstore Connect MCP listed on the Official MCP Registry?
- Yes — Appstore Connect MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Appstore Connect MCP have?
- MCP Toplist tracks 2 versions of Appstore Connect MCP, most recently published on Sep 10, 2025.
- Where can I find the source code for Appstore Connect MCP?
- The source code for Appstore Connect MCP is hosted at github.com/ryaker/appstore-connect-mcp.