Skip to main content
Glama

Xcode MCP Server

by devyhan

xcode-list-schemes

List all build schemes in an Xcode project or workspace by specifying the project path, enabling streamlined iOS project management and configuration.

Input Schema

NameRequiredDescriptionDefault
projectPathYesXcode 프로젝트 또는 워크스페이스 경로

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectPath": { "description": "Xcode 프로젝트 또는 워크스페이스 경로", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

You must be authenticated.

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/devyhan/xcode-mcp'

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