app-store-connect-mcp-server
App Store Connect MCP 서버
App Store Connect API와 상호 작용하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 App Store Connect에서 앱, 베타 테스터, 번들 ID, 기기 및 기능을 관리하는 도구를 제공합니다.
특징
앱 관리
모든 앱 나열
자세한 앱 정보를 얻으세요
앱 메타데이터 및 관계 보기
베타 테스트
베타 그룹 목록
베타 테스터 목록
그룹에 테스터 추가/제거
베타 테스트 구성 관리
번들 ID 관리
번들 ID 나열
새로운 번들 ID 만들기
번들 ID 세부 정보 가져오기
기능 활성화/비활성화
장치 관리
등록된 장치 목록
기기 유형, 플랫폼, 상태별로 필터링
기기 세부 정보 보기
사용자 관리
팀원 목록
사용자 역할 및 권한 보기
역할 및 액세스별로 사용자 필터링
Related MCP server: xcode-cloud-mcp
설치
지엑스피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"
}
}
}
}입증
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 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
관련 링크
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