What is the App Store Connect MCP server?
MCP server for the Apple App Store Connect API - 101 tools for the full app lifecycle.
How to install App Store Connect
Copy-paste configuration for popular MCP clients.
ASC_ISSUER_IDrequiredApp Store Connect issuer UUID (Users and Access -> Integrations).
ASC_KEY_IDrequiredThe App Store Connect API key's Key ID.
ASC_PRIVATE_KEY_PATHPath to the downloaded .p8 private key (or use ASC_PRIVATE_KEY for inline PEM).
ASC_PRIVATE_KEYsecretInline .p8 PEM contents (alternative to ASC_PRIVATE_KEY_PATH).
{
"mcpServers": {
"appstore-mcp": {
"command": "https://github.com/forgeopslabs/appstore-mcp/releases/download/v0.1.0/appstore-mcp.mcpb",
"args": [],
"env": {
"ASC_ISSUER_ID": "<YOUR_ASC_ISSUER_ID>",
"ASC_KEY_ID": "<YOUR_ASC_KEY_ID>",
"ASC_PRIVATE_KEY_PATH": "<YOUR_ASC_PRIVATE_KEY_PATH>",
"ASC_PRIVATE_KEY": "<YOUR_ASC_PRIVATE_KEY>"
}
}
}
}{
"mcpServers": {
"appstore-mcp": {
"command": "https://github.com/forgeopslabs/appstore-mcp/releases/download/v0.1.0/appstore-mcp.mcpb",
"args": [],
"env": {
"ASC_ISSUER_ID": "<YOUR_ASC_ISSUER_ID>",
"ASC_KEY_ID": "<YOUR_ASC_KEY_ID>",
"ASC_PRIVATE_KEY_PATH": "<YOUR_ASC_PRIVATE_KEY_PATH>",
"ASC_PRIVATE_KEY": "<YOUR_ASC_PRIVATE_KEY>"
}
}
}
}{
"mcpServers": {
"appstore-mcp": {
"command": "https://github.com/forgeopslabs/appstore-mcp/releases/download/v0.1.0/appstore-mcp.mcpb",
"args": [],
"env": {
"ASC_ISSUER_ID": "<YOUR_ASC_ISSUER_ID>",
"ASC_KEY_ID": "<YOUR_ASC_KEY_ID>",
"ASC_PRIVATE_KEY_PATH": "<YOUR_ASC_PRIVATE_KEY_PATH>",
"ASC_PRIVATE_KEY": "<YOUR_ASC_PRIVATE_KEY>"
}
}
}
}{
"servers": {
"appstore-mcp": {
"type": "stdio",
"command": "https://github.com/forgeopslabs/appstore-mcp/releases/download/v0.1.0/appstore-mcp.mcpb",
"args": [],
"env": {
"ASC_ISSUER_ID": "<YOUR_ASC_ISSUER_ID>",
"ASC_KEY_ID": "<YOUR_ASC_KEY_ID>",
"ASC_PRIVATE_KEY_PATH": "<YOUR_ASC_PRIVATE_KEY_PATH>",
"ASC_PRIVATE_KEY": "<YOUR_ASC_PRIVATE_KEY>"
}
}
}
}claude mcp add appstore-mcp --env ASC_ISSUER_ID=<YOUR_ASC_ISSUER_ID> --env ASC_KEY_ID=<YOUR_ASC_KEY_ID> --env ASC_PRIVATE_KEY_PATH=<YOUR_ASC_PRIVATE_KEY_PATH> --env ASC_PRIVATE_KEY=<YOUR_ASC_PRIVATE_KEY> -- https://github.com/forgeopslabs/appstore-mcp/releases/download/v0.1.0/appstore-mcp.mcpbRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.