
Appstore Connect
Operate App Store Connect—apps, metadata, TestFlight, and release workflows—from your agent via Apple's official API.
Overview
App Store Connect MCP is a MCP server for the Launch phase that lets your agent call Apple's App Store Connect API to manage apps and TestFlight.
What is this MCP server?
- MCP bridge to Apple's App Store Connect API for apps and release management
- Supports TestFlight and related app lifecycle tasks from the agent
- npm package asc-mcp v1.0.4 with stdio transport
- Fits indie iOS/macOS builders who live in Claude Code or Cursor for ops tasks
- Reduces context switching between terminal agent and App Store Connect web UI
- npm package asc-mcp version 1.0.4
- Transport: stdio
- Registry: npm
Community signal: 24 GitHub stars.
What problem does it solve?
Shipping iOS apps means constantly leaving your agent to click through App Store Connect for builds, testers, and app records.
Who is it for?
Solo indie developers with one or a few App Store apps who already use API keys and want agent-driven store ops.
Skip if: Android-only builders, teams without App Store Connect API access, or anyone avoiding Apple developer program setup.
What do I get? / Deliverables
After registration, you can ask your agent to perform App Store Connect API operations from the same session where you fix bugs and prepare releases.
- Agent-callable tools backed by App Store Connect API
- Streamlined TestFlight and app management without manual web UI hops
- Versioned MCP server release track (currently 1.0.4)
Recommended MCP Servers
Journey fit
How it compares
Apple API MCP integration, not a cross-platform ASO copywriting skill or a Fastlane-only shell script.
Common Questions / FAQ
Who is App Store Connect MCP for?
Solo and indie iOS builders using MCP-enabled agents who need programmatic access to App Store Connect for apps and TestFlight.
When should I use App Store Connect MCP?
Use it during launch prep, beta invites, and ongoing store operations when you want natural-language control of App Store Connect data and actions.
How do I add App Store Connect MCP to my agent?
Install asc-mcp from npm, add a stdio MCP server entry in Claude Code or Cursor, and configure Apple App Store Connect API credentials per the project README.