Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_build_project

Build Xcode projects by specifying scheme, configuration, and destination. Utilize this tool to compile iOS/macOS applications programmatically within the Xcode MCP Server environment.

Instructions

Build an Xcode project with specific scheme and configuration

Input Schema

NameRequiredDescriptionDefault
configurationNoBuild configuration (Debug/Release)Debug
destinationNoBuild destination (-destination flag)
project_pathYesPath to .xcodeproj file
schemeYesBuild scheme name

Input Schema (JSON Schema)

{ "properties": { "configuration": { "default": "Debug", "description": "Build configuration (Debug/Release)", "type": "string" }, "destination": { "description": "Build destination (-destination flag)", "type": "string" }, "project_path": { "description": "Path to .xcodeproj file", "type": "string" }, "scheme": { "description": "Build scheme name", "type": "string" } }, "required": [ "project_path", "scheme" ], "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/ebowwa/xcode-mcp'

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