Skip to main content
Glama

MCP Xcode

by Stefan-Nitu

build_project

Build Apple platform projects directly through Xcode by specifying project path, scheme, platform, device, and configuration. Ideal for development workflows without executing the project.

Instructions

Build an Apple platform project (without running)

Input Schema

NameRequiredDescriptionDefault
configurationNoBuild configuration (Debug/Release)Debug
deviceIdNoDevice UDID or name (for simulator platforms)
platformNoTarget platform (iOS, macOS, tvOS, watchOS, visionOS)iOS
projectPathYesPath to the Xcode project or workspace
schemeNoXcode scheme to build

Input Schema (JSON Schema)

{ "properties": { "configuration": { "default": "Debug", "description": "Build configuration (Debug/Release)", "enum": [ "Debug", "Release" ], "type": "string" }, "deviceId": { "description": "Device UDID or name (for simulator platforms)", "type": "string" }, "platform": { "default": "iOS", "description": "Target platform (iOS, macOS, tvOS, watchOS, visionOS)", "enum": [ "iOS", "macOS", "tvOS", "watchOS", "visionOS" ], "type": "string" }, "projectPath": { "description": "Path to the Xcode project or workspace", "type": "string" }, "scheme": { "description": "Xcode scheme to build", "type": "string" } }, "required": [ "projectPath" ], "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