Xcode MCP Server

set_project_path

Explicitly set the path to the Xcode project to work with

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the .xcodeproj directory

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Path to the .xcodeproj directory", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }