Bridges Claude AI with Xcode, enabling AI-powered code assistance, project management, and automated development tasks securely on your local machine.
No reviews yet. Be the first to review!
Sign in to join the conversation
Set the active projects in the server context.
Retrieve detailed information about a specific project.
Create a new Xcode project from a template. Parameters: name (string), template (string), outputDirectory (string), organizationName (string), organizationIdentifier (string), language (string), includeTests (boolean), setAsActive (boolean).
Add files to Xcode projects with target and group specification.
Parse workspace documents to find associated projects.
List available schemes in projects and workspaces.
Read a file with specified encoding. Parameters: filePath (string), encoding (string).
Write to a file. Parameters: path (string), content (string), createIfMissing (boolean).
Search for text content within files using patterns and regex. Parameters: directory (string), pattern (string), searchText (string), isRegex (boolean).
Check if a file exists and retrieve its metadata.
Create directory structures automatically.
Build projects with customizable options. Parameters: scheme (string), configuration (string).
Run tests with detailed failure reporting. Parameters: scheme (string), testPlan (string).
Analyze code for potential issues.
Clean the build directories.
Archive projects for distribution.
Initialize CocoaPods in projects.
Install and update pod dependencies.
Add and remove pod dependencies.
Execute arbitrary commands related to CocoaPods.
Initialize new Swift packages.
Add and remove package dependencies with various version requirements.
Update packages and resolve dependencies.
Generate documentation for Swift packages using DocC.
Run tests and build Swift packages.
List available simulators with detailed information.
Boot a specified simulator.
Shut down a specified simulator.
Install and launch apps on simulators.
Take screenshots using the simulator.
Record videos of the simulator.
Manage simulator settings and state.
Execute Xcode commands via xcrun.
Compile asset catalogs.
Generate app icon sets from source images.
Trace app performance.
Export and validate archives for App Store submission.
Switch between different Xcode versions.