App Store Connect MCP Server for AI coding agents
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A powerful Model Context Protocol (MCP) server for managing iOS app releases, TestFlight distribution, screenshots, and review submissions directly from your AI Assistant (Claude, Gemini, etc.).
No more clicking through App Store Connect for 20 minutes just to submit a new version. Let your AI agent handle the deployment pipeline.
"Claude, distribute the latest build to the Internal Testers group." "Gemini, create version 2.1.0, attach the newest build, and submit it for review." "Claude, what was the reason for our last App Store rejection?"
asc_list_apps - List all apps under your accountasc_get_app_info - Detailed app info (privacy policy, age rating, localizations)asc_update_app_info_localization - Update privacy policy URL, name, subtitle per localeasc_list_versions - Fetch all versions with states (LIVE, DRAFT, REJECTED, etc.)asc_create_version - Create a new App Store versionasc_update_whats_new - Batch update "What's New" for all localesasc_update_version_localization - Update single locale metadata (description, keywords)asc_get_version_localizations - View all locale metadataasc_assign_build - Attach a TestFlight build to a versionasc_list_builds - View recent builds and their processing statusasc_get_build_details - Detailed build infoasc_list_beta_groups - List TestFlight beta groupsasc_add_build_to_beta_group - Distribute build to a specific tester groupasc_set_testflight_whats_new - Set TestFlight release notesasc_get_testflight_feedback - Pull tester screenshot + crash feedback (text, device, OS, tester, build) so an AI agent can triage itasc_get_review_submission - Check review status, demo account, and rejection infoasc_update_review_detail - Set demo account, reviewer notes, contact infoasc_submit_for_review - Submit version for review (with pre-flight checks)asc_get_rejection_reasons - View recent rejection reasons and resolutionsasc_sales_report - Sales data (daily/weekly/monthly)asc_financial_report - Financial reports by regionasc_list_screenshot_sets - View screenshot setsasc_upload_screenshot - 3-step upload automation (reserve, upload, commit)asc_upload_screenshots_batch - Whole sets across many localizations in one call; finds or creates each set and clears it first (a 7-locale x 9-image refresh is 1 call instead of ~70)asc_delete_screenshot - Delete a single screenshotasc_delete_all_screenshots - Clear an entire screenshot set.p8 file. You will also need the Key ID and Issuer ID.Clone this repository and build:
Use the claude mcp add command to inject this server into your Claude environment:
Then configure the environment variables in your Claude settings (~/.claude/settings.json):
Just tell your AI: "Prepare the latest build for release. Create version 2.1.0, attach the build, update the release notes, set the demo account password, and submit it for review."
The AI will sequentially execute:
asc_list_builds -> asc_create_version -> asc_update_whats_new -> asc_assign_build -> asc_update_review_detail -> asc_submit_for_review
"Why was our app rejected? Read the rejection reason, let me fix the code, then update the review notes explaining the fix and resubmit."
"Distribute the newest build to the 'Internal Testers' group and set the notes to 'Added dark mode'."
"What are TestFlight testers saying about the latest build? Summarize the crashes and complaints."
The AI will call asc_get_testflight_feedback and summarize the screenshot + crash submissions for you.
"Look at the commits since our last tag, write user-friendly release notes from them (no commit-speak), and push them as the What's New text."
The AI reads your local git history, drafts copy, then calls asc_update_whats_new (and can loop over each locale via asc_update_version_localization).
"Pull our current App Store keywords, research what's trending for our category, and update the keyword field with a stronger 100-character set."
The AI calls asc_get_version_localizations to read the current keywords, then asc_update_version_localization to write the new ones back.
"Reply to this week's 1 and 2-star reviews with a genuinely helpful, empathetic response."
The AI calls asc_list_customer_reviews, drafts a reply per review, then posts each one with asc_respond_to_review.
This project is licensed under the MIT License - see the LICENSE file for details.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/asc-mcp-server)<a href="https://allmcps.com/mcp/asc-mcp-server"><img src="https://allmcps.com/api/badge/asc-mcp-server?style=directory" alt="Asc MCP Server on AllMCPs" /></a>