Manipulates Xcode project files programmatically using the Model Context Protocol.
Xcode Project is a Model Context Protocol (MCP) server that enables programmatic manipulation of Xcode project files (.xcodeproj). Leveraging the tuist/xcodeproj library, it offers a robust solution for creating, managing, and modifying Xcode projects. It empowers AI assistants and other MCP clients to automate common Xcode tasks such as managing targets, files, build configurations, modifying build settings, and adding dependencies.