Xcode MCP Server

MIT License
43
  • Apple

xcode-build

Build, clean, and manage iOS projects with specified configurations, schemes, and output directories using Xcode integration for streamlined development workflows.

Input Schema

NameRequiredDescriptionDefault
cleanNo빌드 전 clean 실행 여부
configurationNo빌드 구성 (예: Debug, Release)
destinationNo빌드 대상 (예: 'platform=iOS Simulator,name=iPhone 14')
extraArgsNo추가 xcodebuild 인자들
outputDirNo빌드 결과물 저장 경로 (SYMROOT)
projectPathYesXcode 프로젝트 또는 워크스페이스 경로
schemeYes빌드할 스킴

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clean": { "description": "빌드 전 clean 실행 여부", "type": "boolean" }, "configuration": { "description": "빌드 구성 (예: Debug, Release)", "type": "string" }, "destination": { "description": "빌드 대상 (예: 'platform=iOS Simulator,name=iPhone 14')", "type": "string" }, "extraArgs": { "description": "추가 xcodebuild 인자들", "items": { "type": "string" }, "type": "array" }, "outputDir": { "description": "빌드 결과물 저장 경로 (SYMROOT)", "type": "string" }, "projectPath": { "description": "Xcode 프로젝트 또는 워크스페이스 경로", "type": "string" }, "scheme": { "description": "빌드할 스킴", "type": "string" } }, "required": [ "projectPath", "scheme" ], "type": "object" }

You must be authenticated.

Other Tools from Xcode MCP Server

Related Tools

ID: vexusxj8l9