Home › Development › appstore-connect-mcp
appstore-connect-mcp
App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 2.0.4)
npx -y mcp-asc@2.0.4
Or add to your MCP client config:
{
"mcpServers": {
"appstore-connect-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-asc@2.0.4"
],
"env": {
"APP_STORE_CONNECT_KEY_ID": "<YOUR_VALUE>",
"APP_STORE_CONNECT_ISSUER_ID": "<YOUR_VALUE>",
"APP_STORE_CONNECT_P8_PATH": "<YOUR_VALUE>",
"APP_STORE_CONNECT_VENDOR_NUMBER": "<YOUR_VALUE>"
}
}
}
}
APP_STORE_CONNECT_KEY_IDrequired secret — API Key ID from App Store Connect (Users and Access → Integrations → App Store Connect API)APP_STORE_CONNECT_ISSUER_IDrequired secret — Issuer ID from App Store ConnectAPP_STORE_CONNECT_P8_PATHrequired secret — Path to your .p8 private key file (downloaded from App Store Connect)APP_STORE_CONNECT_VENDOR_NUMBER— Vendor number; required for sales and finance reports only
Related servers
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Repomix
Pack local or remote codebases into AI-friendly files that LLMs and coding agents can read or search
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
pydantic-ai
Run Python code in a secure sandbox via MCP tool calls
Data from the Official MCP Registry