Skip to main content
Glama

XcodeBuildMCP

list_schems_proj

Retrieve available schemes from an Xcode project file by specifying the projectPath. Essential for developers managing and building multiple configurations within Xcode.

Instructions

Lists available schemes in the project file. IMPORTANT: Requires projectPath. Example: list_schems_proj({ projectPath: '/path/to/MyProject.xcodeproj' })

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the .xcodeproj file (Required)
workspacePathNoPath to the .xcworkspace file (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectPath": { "description": "Path to the .xcodeproj file (Required)", "type": "string" }, "workspacePath": { "description": "Path to the .xcworkspace file (optional)", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }
Install Server

Other Tools from XcodeBuildMCP

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/cameroncooke/XcodeBuildMCP'

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