Appstoreconnect MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 843 installs a week from npm. Last commit 16 Sep 2026.
App Store Connect for MCP clients: PPP pricing, subscriptions, TestFlight, reviews, reports & more
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return client.requestBinary(`/v1/salesReports?${q.toString()}`);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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 appstoreconnect-mcp -- npx -y @akoskomuves/appstoreconnect-mcp
{
"mcpServers": {
"appstoreconnect-mcp": {
"args": [
"-y",
"@akoskomuves/appstoreconnect-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.appstoreconnect-mcp]
command = "npx"
args = ["-y", "@akoskomuves/appstoreconnect-mcp"]
{
"mcpServers": {
"appstoreconnect-mcp": {
"args": [
"-y",
"@akoskomuves/appstoreconnect-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"appstoreconnect-mcp": {
"args": [
"-y",
"@akoskomuves/appstoreconnect-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ASC_ISSUER_ID (App Store Connect API issuer UUID (Users and Access > Integrations > Keys).), ASC_KEY_ID (10-character App Store Connect API key ID.), ASC_PRIVATE_KEY_PATH (Path to the downloaded .p8 private key file (~ is expanded).), ASC_VENDOR_NUMBER (Optional. Account-level vendor number for the sales/finance report tools.).
The author declared them in the registry entry; get the values from the project itself.
App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth.
App Store Connect MCP: apps, TestFlight, reviews, sales reports, and team users.
Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.
Stripe billing for indie apps: plans, coupons, subscriptions, customers and revenue reporting.
Connect AI agents to multiple Shopify Admin stores for reports, comparisons, and guarded updates.
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
MCP server for Vindi — recurring billing, subscriptions, invoices
Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.
Answers built from our own checks of this server.