Skip to main content
Glama

MCP Xcode

by Stefan-Nitu

modify_project

Update Xcode projects by adding or removing files programmatically using Swift XcodeProj. Specify the project path, action, file path, and target name for streamlined project file management.

Instructions

Add or remove files from an Xcode project using Swift XcodeProj. Note: Xcode 16+ projects with synchronized groups require manual editing in Xcode

Input Schema

NameRequiredDescriptionDefault
actionYes
filePathYes
groupPathNo
projectPathYes
targetNameYes

Input Schema (JSON Schema)

{ "properties": { "action": { "enum": [ "add", "remove" ], "type": "string" }, "filePath": { "type": "string" }, "groupPath": { "type": "string" }, "projectPath": { "type": "string" }, "targetName": { "type": "string" } }, "required": [ "projectPath", "action", "filePath", "targetName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stefan-Nitu/mcp-xcode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server