App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.
App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.
Is it safe?
No known CVEs for add-mcp.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 26 days ago. 9 GitHub stars. 79,850 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
68 tools. Estimated ~2,600 tokens of your context window (1.3% of 200K). Consider loading selectively — this is a heavy server.
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"app-store-connect": {
"env": {
"APP_STORE_CONNECT_KEY_ID": "YOUR_KEY_ID",
"APP_STORE_CONNECT_P8_PATH": "/path/to/AuthKey_XXXXX.p8",
"APP_STORE_CONNECT_ISSUER_ID": "YOUR_ISSUER_ID",
"APP_STORE_CONNECT_VENDOR_NUMBER": "YOUR_VENDOR_NUMBER_OPTIONAL"
},
"args": [
"-y",
"mcp-asc"
],
"command": "npx"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y add-mcp 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
list-appsList all apps
get-appGet a specific app
list-app-infosList app infos
get-app-infoGet app info
get-app-availabilityGet app availability
list-app-store-versionsList app store versions
get-app-store-versionGet app store version
create-app-store-versionCreate app store version
update-app-store-versionUpdate app store version
list-app-store-version-localizationsList app store version localizations
Last scanned 1h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.