Skip to main content
Glama

XcodeBuildMCP

get_device_app_path_ws

Retrieve the app bundle path for iOS, watchOS, tvOS, or visionOS applications on a physical device using a specified Xcode workspace and scheme.

Instructions

Gets the app bundle path for a physical device application (iOS, watchOS, tvOS, visionOS) using a workspace. IMPORTANT: Requires workspacePath and scheme. Example: get_device_app_path_ws({ workspacePath: '/path/to/workspace', scheme: 'MyScheme' })

Input Schema

NameRequiredDescriptionDefault
configurationNoBuild configuration (Debug, Release, etc.)
platformNoTarget platform (defaults to iOS)
schemeYesThe scheme to use
workspacePathYesPath to the .xcworkspace file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "configuration": { "description": "Build configuration (Debug, Release, etc.)", "type": "string" }, "platform": { "description": "Target platform (defaults to iOS)", "enum": [ "iOS", "watchOS", "tvOS", "visionOS" ], "type": "string" }, "scheme": { "description": "The scheme to use", "type": "string" }, "workspacePath": { "description": "Path to the .xcworkspace file", "type": "string" } }, "required": [ "workspacePath", "scheme" ], "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