Skip to main content
Glama

Xcode MCP Server

by r-huijts

build_project

Compile and build Xcode projects with specified configuration and scheme, integrating directly with the Xcode MCP Server for efficient project management and AI-assisted development tasks.

Instructions

Build the current Xcode project

Input Schema

NameRequiredDescriptionDefault
configurationYesBuild configuration (Debug/Release)
schemeYesBuild scheme name

Input Schema (JSON Schema)

{ "properties": { "configuration": { "description": "Build configuration (Debug/Release)", "type": "string" }, "scheme": { "description": "Build scheme name", "type": "string" } }, "required": [ "configuration", "scheme" ], "type": "object" }
Install Server

Other Tools from Xcode MCP Server

Related Tools

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/r-huijts/xcode-mcp-server'

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