Xcode MCP Server
Summary
Bridges Claude AI with Xcode, enabling AI-powered code assistance, project management, and automated development tasks securely on your local machine.
Available Actions(7)
create_xcode_project
Create new Xcode projects from templates. Parameters: name (string), template (string), outputDirectory (string), organizationName (string), organizationIdentifier (string), language (string), includeTests (boolean), setAsActive (boolean)
add_swift_package
Add a Swift Package dependency to the project. Parameters: url (string), version (string)
read_file
Read a file with specific encoding. Parameters: filePath (string), encoding (string)
write_file
Write to a file. Parameters: path (string), content (string), createIfMissing (boolean)
search_in_files
Search for text content within files using patterns and regex. Parameters: directory (string), pattern (string), searchText (string), isRegex (boolean)
build_project
Build projects with customizable options. Parameters: scheme (string), configuration (string)
test_project
Run tests for a specified project. Parameters: scheme (string), testPlan (string)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요