appstoreconnect-codex-mcp
Provides read-only tools for interacting with the App Store Connect API, enabling users to list apps, get app status, manage app versions, builds, and review submissions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@appstoreconnect-codex-mcplist all my apps"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
appstoreconnect-codex-mcp
Compliant App Store Connect automation for Codex and other MCP clients.
This project exposes read-only App Store Connect tools through a stdio MCP server, plus a Fastify webhook API for signed App Store Connect webhook events. It only uses the official App Store Connect API and webhook notifications. It does not automate Apple ID web login, store Apple ID credentials, store browser cookies, or bypass 2FA.
What It Provides
packages/asc-core: JWT signing, App Store Connect API client, pagination, error mapping, read-only service methods, webhook signature helpers, and write-operation guard logic.apps/asc-mcp-server: stdio MCP server exposingasc.*tools to Codex.apps/webhook-api: Fastify API withGET /healthzand signedPOST /webhooks/app-store-connect.docs/COMPLIANCE.md: compliance boundaries and prohibited behavior.docs/OPERATIONS.md: deployment, secret, webhook, and troubleshooting notes.docs/CODEX_DESKTOP_INSTALL.md: local Codex Desktop MCP configuration.
Related MCP server: TrustLayer MCP Server
MCP Tools
asc.list_appsasc.get_app_statusasc.list_app_versionsasc.get_latest_versionasc.list_buildsasc.get_latest_buildasc.list_review_submissionsasc.get_beta_review_statusasc.get_status_snapshot
Write tools are intentionally not registered in V1/V2. V3 write operations are represented only by guard interfaces and remain disabled by default.
Requirements
Node.js 20+
pnpm 10+
App Store Connect API key with appropriate read permissions
Local Setup
pnpm install
cp .env.example .env
pnpm build
pnpm testProvide either ASC_PRIVATE_KEY_PATH or ASC_PRIVATE_KEY_BASE64. Do not commit private keys, JWTs, webhook secrets, Apple ID credentials, cookies, or generated .env files.
Run
pnpm dev:mcp
pnpm dev:webhookThe webhook server listens on PORT or 3000 by default.
Codex Desktop
Add an MCP server entry to your Codex config:
[mcp_servers.app_store_connect]
command = "/path/to/node"
args = ["/path/to/appstoreconnect-codex-mcp/apps/asc-mcp-server/dist/index.js"]
startup_timeout_sec = 120
[mcp_servers.app_store_connect.env]
ASC_ISSUER_ID = "your-issuer-id"
ASC_KEY_ID = "your-key-id"
ASC_PRIVATE_KEY_PATH = "/secure/path/AuthKey_YOURKEYID.p8"
ASC_ENABLE_WRITE_TOOLS = "false"
ASC_REQUIRE_CONFIRMATION = "true"
ASC_ALLOWED_APP_IDS = ""
LOG_LEVEL = "warn"Build before launching Codex:
pnpm buildMore detail is in docs/CODEX_DESKTOP_INSTALL.md.
Compliance
This repository is designed around these rules:
Use only official Apple App Store Connect API and webhook mechanisms.
Do not simulate web login.
Do not save Apple ID passwords, cookies, browser sessions, or 2FA tokens.
Keep all write operations off by default.
Require app allowlists, exact confirmation text, and audit logging before future write operations.
See docs/COMPLIANCE.md.
Development
pnpm lint
pnpm typecheck
pnpm test
pnpm buildLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AI-Scarlett/appstoreconnect-codex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server