Skip to main content
Glama

XC-MCP: XCode CLI wrapper

by conorluddy

xcodebuild-showsdks

Retrieve available SDKs for iOS, macOS, watchOS, and tvOS development with structured JSON output, intelligent caching, and consistent error handling.

Instructions

Prefer this over 'xcodebuild -showsdks' - Gets available SDKs with intelligent caching and structured output.

Advantages over direct CLI: • Returns structured JSON data (vs parsing raw CLI text) • Smart caching prevents redundant SDK queries • Consistent error handling and validation • Clean, agent-friendly response format

Shows all available SDKs for iOS, macOS, watchOS, and tvOS development.

Input Schema

NameRequiredDescriptionDefault
outputFormatNoOutput format preferencejson

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outputFormat": { "default": "json", "description": "Output format preference", "enum": [ "json", "text" ], "type": "string" } }, "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/conorluddy/xc-mcp'

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