appstore-connect-mcp
Enables management of App Store Connect operations such as listing apps, managing builds, submitting for review, and handling in-app purchases through Claude Code.
README
appstore-connect-mcp
App Store Connect API の MCP サーバー。Claude Code から App Store の管理操作ができます。
使えるツール
| ツール | 概要 |
|---|---|
list_apps |
管理アプリ一覧 |
get_app_info |
アプリ詳細・審査状況 |
create_app |
新規アプリ登録 |
update_app |
コンテンツ配信権(contentRightsDeclaration)の更新 |
list_bundle_ids |
登録済みバンドルID一覧 |
list_builds |
TestFlight ビルド一覧 |
list_app_versions |
バージョン一覧 |
update_app_store_version |
バージョンの著作権情報等の更新 |
list_app_categories |
App Store カテゴリ一覧(ID付き) |
get_app_info_detail |
カテゴリ・コンテンツ配信権・年齢制限宣言IDの詳細取得 |
update_app_info |
プライマリ/セカンダリカテゴリ・コンテンツ配信権の更新 |
update_age_rating_declaration |
年齢制限アンケート(暴力・ギャンブル等)の更新 |
get_version_localizations |
説明文・キーワード取得 |
update_version_localization |
説明文・キーワード・プロモーションテキスト等の更新 |
submit_for_review |
審査提出 |
get_sales_report |
売上・ダウンロード数レポート |
list_iap_products |
アプリ内課金商品一覧 |
create_iap_product |
アプリ内課金商品の作成(非消費型・消費型・非更新サブスク) |
get_iap_localizations |
アプリ内課金商品の表示名・説明文取得 |
create_iap_localization |
アプリ内課金商品の表示名・説明文登録(ロケール別) |
セットアップ
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 build
3. 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.js
4. 動作確認
Claude Code で「App Store Connect のアプリ一覧を見せて」と話しかけてみてください。
ベンダー番号について
get_sales_report を使う場合、ベンダー番号が必要です。
App Store Connect → マイアカウント → 下部の「ベンダー番号」で確認できます。
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.