App Store Connect runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from npm. Last commit 27 Apr 2026.
App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add app-store-connect -- npx -y mcp-asc
{
"mcpServers": {
"app-store-connect": {
"args": [
"-y",
"mcp-asc"
],
"command": "npx"
}
}
}
[mcp_servers.app-store-connect]
command = "npx"
args = ["-y", "mcp-asc"]
{
"mcpServers": {
"app-store-connect": {
"args": [
"-y",
"mcp-asc"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"app-store-connect": {
"args": [
"-y",
"mcp-asc"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.