appstore-connect-mcp
Allows management of App Store Connect apps, including listing apps, creating apps, managing TestFlight builds, App Store versions, categories, age ratings, in-app purchases, submitting for review, and retrieving sales reports.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@appstore-connect-mcplist my apps"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
appstore-connect-mcp
App Store Connect API の MCP サーバー。Claude Code から App Store の管理操作ができます。
使えるツール
ツール | 概要 |
| 管理アプリ一覧 |
| アプリ詳細・審査状況 |
| 新規アプリ登録 |
| コンテンツ配信権(contentRightsDeclaration)の更新 |
| 登録済みバンドルID一覧 |
| TestFlight ビルド一覧 |
| バージョン一覧 |
| バージョンの著作権情報等の更新 |
| App Store カテゴリ一覧(ID付き) |
| カテゴリ・コンテンツ配信権・年齢制限宣言IDの詳細取得 |
| プライマリ/セカンダリカテゴリ・コンテンツ配信権の更新 |
| アプリ名・サブタイトルの取得 |
| アプリ名・サブタイトルの更新(各30文字以内) |
| 年齢制限アンケート(暴力・ギャンブル等)の更新 |
| 説明文・キーワード取得 |
| 説明文・キーワード・プロモーションテキスト等の更新 |
| 審査提出 |
| 売上・ダウンロード数レポート |
| Analytics(検索表示回数・PV・流入元別DL数等)レポート生成をリクエスト |
| リクエストから取得可能なレポート一覧を取得 |
| レポートの実データ(行データ)を取得 |
| アプリ内課金商品一覧 |
| アプリ内課金商品の作成(非消費型・消費型・非更新サブスク) |
| アプリ内課金商品の表示名・説明文取得 |
| アプリ内課金商品の表示名・説明文登録(ロケール別) |
Related MCP server: App Store Connect MCP
セットアップ
1. APIキーの発行
App Store Connect → Users and Access → Integrations → App Store Connect API
新しいキーを作成(権限: Admin または App Manager)
Key ID と Issuer ID を控える
.p8ファイルをダウンロード(1回しかできない)
2. ビルド
npm install
npm run build3. Claude Code への登録
claude mcp add appstore-connect \
-e APPSTORE_KEY_ID=YOUR_KEY_ID \
-e APPSTORE_ISSUER_ID=YOUR_ISSUER_ID \
-e APPSTORE_PRIVATE_KEY_PATH=/path/to/AuthKey_YOUR_KEY_ID.p8 \
-- node /path/to/appstore-connect-mcp/dist/index.js4. 動作確認
Claude Code で「App Store Connect のアプリ一覧を見せて」と話しかけてみてください。
ベンダー番号について
get_sales_report を使う場合、ベンダー番号が必要です。
App Store Connect → マイアカウント → 下部の「ベンダー番号」で確認できます。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables interaction with Apple's App Store Connect API through natural language to manage apps, beta testing, localizations, analytics, sales reports, and CI/CD workflows for iOS and macOS development.Last updated31141MIT
- Alicense-qualityCmaintenanceEnables AI agents to manage Apple App Store Connect through the official API, including apps, metadata, reviews, TestFlight, provisioning, users, and reports.Last updatedMIT
- Flicense-qualityDmaintenanceEnables management of App Store Connect apps including registration, listing, IPA upload, store listing updates, and in-app purchase creation via natural language.Last updated
- Alicense-qualityCmaintenanceEnables AI assistants to manage Apple App Store Connect resources like apps, builds, TestFlight, and reviews through natural language.Last updated8MIT
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Create App Store screenshots, icons, ASO copy, localization, and revisions via hosted MCP.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tkn-works/appstore-connect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server