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の詳細取得 |
| プライマリ/セカンダリカテゴリ・コンテンツ配信権の更新 |
| 年齢制限アンケート(暴力・ギャンブル等)の更新 |
| 説明文・キーワード取得 |
| 説明文・キーワード・プロモーションテキスト等の更新 |
| 審査提出 |
| 売上・ダウンロード数レポート |
| アプリ内課金商品一覧 |
| アプリ内課金商品の作成(非消費型・消費型・非更新サブスク) |
| アプリ内課金商品の表示名・説明文取得 |
| アプリ内課金商品の表示名・説明文登録(ロケール別) |
Related MCP server: mcp-appstore-connect
セットアップ
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 → マイアカウント → 下部の「ベンダー番号」で確認できます。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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