appstoreconnect-codex-mcp

appstoreconnect-codex-mcp

Enables read-only interaction with App Store Connect via MCP tools, including listing apps, versions, builds, and review submissions, with compliance boundaries and no write operations by default.

Category
Visit Server

README

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 exposing asc.* tools to Codex.
  • apps/webhook-api: Fastify API with GET /healthz and signed POST /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.

MCP Tools

  • asc.list_apps
  • asc.get_app_status
  • asc.list_app_versions
  • asc.get_latest_version
  • asc.list_builds
  • asc.get_latest_build
  • asc.list_review_submissions
  • asc.get_beta_review_status
  • asc.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 test

Provide 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:webhook

The 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 build

More 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 build

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured