app-store-connect-mcp-server
App Store Connect MCP サーバー
App Store Connect APIと連携するためのModel Context Protocol(MCP)サーバー。このサーバーは、App Store Connectでアプリ、ベータテスター、バンドルID、デバイス、機能を管理するためのツールを提供します。
特徴
アプリ管理
すべてのアプリを一覧表示する
アプリの詳細情報を取得する
アプリのメタデータと関係性を表示する
ベータテスト
ベータグループの一覧
ベータテスターのリスト
グループへのテスターの追加/削除
ベータテスト構成の管理
バンドルID管理
バンドルIDを一覧表示する
新しいバンドルIDを作成する
バンドルIDの詳細を取得する
機能を有効化/無効化
デバイス管理
登録済みデバイスの一覧
デバイスの種類、プラットフォーム、ステータスでフィルタリング
デバイスの詳細を表示
ユーザー管理
チームメンバーの一覧
ユーザーの役割と権限を表示する
役割とアクセスでユーザーをフィルタリングする
Related MCP server: xcode-cloud-mcp
インストール
npm install @your-org/app-store-connect-mcp-server構成
Claude Desktop 構成ファイルに次のコードを追加します。
macOS
~/Library/Application Support/Claude/claude_desktop_config.jsonウィンドウズ
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"app-store-connect": {
"command": "npx",
"args": [
"-y",
"@your-org/app-store-connect-mcp-server"
],
"env": {
"APP_STORE_CONNECT_KEY_ID": "YOUR_KEY_ID",
"APP_STORE_CONNECT_ISSUER_ID": "YOUR_ISSUER_ID",
"APP_STORE_CONNECT_P8_PATH": "/path/to/your/auth-key.p8"
}
}
}
}認証
App Store ConnectからApp Store Connect APIキーを生成する
.p8秘密鍵ファイルをダウンロードする
キーIDと発行者IDをメモしてください
構成で環境変数を設定する
利用可能なツール
アプリ管理
list_apps: App Store Connect内のすべてのアプリのリストを取得しますget_app_info: 特定のアプリの詳細情報を取得する
ベータテスト
list_beta_groups: すべてのベータテストグループを一覧表示するlist_group_testers: 特定のベータ グループのテスターを一覧表示するadd_tester_to_group: ベータグループに新しいテスターを追加するremove_tester_from_group: ベータグループからテスターを削除する
バンドルID管理
list_bundle_ids: 登録されているすべてのバンドルIDを一覧表示するcreate_bundle_id: 新しいバンドルIDを登録するget_bundle_id_info: 詳細なバンドルID情報を取得するenable_bundle_capability: バンドルIDの機能を有効にするdisable_bundle_capability: バンドルIDの機能を無効にする
デバイス管理
list_devices: フィルタリングオプションを使用して登録済みのすべてのデバイスを一覧表示します
ユーザー管理
list_users: 役割フィルタリングを使用してすべてのチームメンバーを一覧表示します
エラー処理
サーバーは、次の適切なエラー処理を実装します。
認証が無効です
必要なパラメータが不足しています
API レート制限
ネットワークの問題
無効な操作
発達
# Install dependencies
npm install
# Build the project
npm run build
# Run tests
npm test
# Run type checking
npm run type-checkライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
関連リンク
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
- AlicenseBqualityAmaintenanceUnified MCP server for App Store Connect & Google Play Console — manage listings, screenshots, releases, reviews & submissions9171926MIT
- AlicenseBqualityAmaintenanceMCP server for managing Xcode Cloud workflows, builds, and test artifacts via the App Store Connect API.15121MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol (MCP) server for Apple's App Store Connect API. Manage your iOS, macOS, tvOS, and visionOS apps directly from Claude, Cursor, or any MCP-compatible client.529224MIT
- AlicenseAqualityBmaintenanceAn MCP server that drives the full App Store release cycle for iOS and macOS apps: version bump, archive + TestFlight upload, metadata, review submission, and status.832MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP (Model Context Protocol) server for Appwrite
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/JoshuaRileyDev/app-store-connect-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server