mcpbeat Sign in

Appstore Connect MCP Server

local only

Appstore Connect MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 28 Aug 2026.

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

Installs per day peak 15 · avg 7 · +16% w/w
a month agotoday
46
Installs / week
npm · @ryaker/appstore-connect-mcp
37
Stars
1 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

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.

Runs an external command submit_app.py:39
            result = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

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 appstore-connect-mcp -- npx -y @ryaker/appstore-connect-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "appstore-connect-mcp": {
      "args": [
        "-y",
        "@ryaker/appstore-connect-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.appstore-connect-mcp]
command = "npx"
args = ["-y", "@ryaker/appstore-connect-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "appstore-connect-mcp": {
      "args": [
        "-y",
        "@ryaker/appstore-connect-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "appstore-connect-mcp": {
      "args": [
        "-y",
        "@ryaker/appstore-connect-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APPLE_KEY_ID (Apple App Store Connect API Key ID), APPLE_ISSUER_ID (Apple App Store Connect Issuer ID), APPLE_PRIVATE_KEY (Apple App Store Connect Private Key (base64 encoded or raw)), APPLE_BUNDLE_ID (Optional: Specific Bundle ID to filter apps), APPLE_APP_STORE_ID (Optional: Specific App Store ID), OAUTH_ENABLED (Enable OAuth authentication (true/false)), OAUTH_ISSUER (OAuth issuer URL (e.g., https://your-tenant.auth0.com)), OAUTH_AUDIENCE (OAuth audience URL), OAUTH_JWKS_URI (OAuth JWKS URI for token validation), SERVER_URL (Server URL for OAuth deployment). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Appstore Connect MCP

same job, measured the same way
Google Docs
by pulsemcp

MCP server for Google Docs integration with OAuth2 and service account support.

82 installs/wk local only
SSH
by pulsemcp

MCP server for SSH remote server management with SSH agent authentication support.

139 installs/wk local only
Gmail MCP Server
by artymclabin

Lean Gmail MCP server with auto authentication support

340 installs/wk local only
Redmine
by vfa-khuongdv

MCP server for Redmine API integration with AI agents.

62 installs/wk local only
MCP Backlog
by vfa-khuongdv

MCP server for Backlog API integration with AI agents.

30 installs/wk local only
Azure
by asklokesh

MCP server for Azure API integration

63 installs/wk local only
Chanty
by asklokesh

MCP server for Chanty API integration

63 installs/wk local only
Uipath
by asklokesh

MCP server for UiPath API integration

60 installs/wk local only

Appstore Connect MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Appstore Connect MCP?
Appstore 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 npm package @ryaker/appstore-connect-mcp was installed 46 times last week.
How do I connect Appstore 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 @ryaker/appstore-connect-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Appstore Connect MCP?
The npm package @ryaker/appstore-connect-mcp was installed 46 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Appstore Connect MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 37 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.