Skip to main content
Glama

app-store-connect-mcp-server

App Store Connect MCP 서버

App Store Connect API와 상호 작용하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 App Store Connect에서 앱, 베타 테스터, 번들 ID, 기기 및 기능을 관리하는 도구를 제공합니다.

특징

  • 앱 관리
    • 모든 앱 나열
    • 자세한 앱 정보를 얻으세요
    • 앱 메타데이터 및 관계 보기
  • 베타 테스트
    • 베타 그룹 목록
    • 베타 테스터 목록
    • 그룹에 테스터 추가/제거
    • 베타 테스트 구성 관리
  • 번들 ID 관리
    • 번들 ID 나열
    • 새로운 번들 ID 만들기
    • 번들 ID 세부 정보 가져오기
    • 기능 활성화/비활성화
  • 장치 관리
    • 등록된 장치 목록
    • 기기 유형, 플랫폼, 상태별로 필터링
    • 기기 세부 정보 보기
  • 사용자 관리
    • 팀원 목록
    • 사용자 역할 및 권한 보기
    • 역할 및 액세스별로 사용자 필터링

설치

지엑스피1

구성

Claude Desktop 구성 파일에 다음을 추가하세요.

맥OS

~/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" } } } }

입증

  1. App Store Connect에서 App Store Connect API 키 생성
  2. .p8 개인 키 파일을 다운로드하세요
  3. 키 ID와 발급자 ID를 기록하세요.
  4. 구성에서 환경 변수를 설정하세요

사용 가능한 도구

앱 관리

  • 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 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

관련 링크

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

iOS 개발자를 위한 App Store Connect API와 통신하기 위한 MCP 서버

  1. 특징
    1. 설치
      1. 구성
        1. 맥OS
        2. 윈도우
      2. 입증
        1. 사용 가능한 도구
          1. 앱 관리
          2. 베타 테스트
          3. 번들 ID 관리
          4. 장치 관리
          5. 사용자 관리
        2. 오류 처리
          1. 개발
            1. 특허
              1. 관련 링크

                Related MCP Servers

                • -
                  security
                  F
                  license
                  -
                  quality
                  An MCP server that provides comprehensive market intelligence by analyzing data from both the Apple App Store and Google Play Store, enabling users to research apps, track market trends, study competitors, and understand user feedback across mobile marketplaces.
                  Last updated -
                  102
                  5
                  JavaScript
                • -
                  security
                  F
                  license
                  -
                  quality
                  Run your own MCP server for over 2,500 apps and APIs. * Run your own MCP server for over 2,500 APIs * Manage servers for your users, in your own app. * Connect accounts, configure params, and make API requests, all via tools * Fully-managed OAuth and credential storage )
                  Last updated -
                  198
                  9,937
                  JavaScript
                  • Linux
                  • Apple

                View all related MCP servers

                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