Skip to main content
Glama

Xcode MCP Server

by PolarVista

run_xcrun

Execute Xcode tools directly by specifying the tool name and optional arguments, enabling streamlined integration and automation within the Xcode MCP Server for project building and testing.

Instructions

Executes a specified Xcode tool via 'xcrun'.

Input Schema

NameRequiredDescriptionDefault
argumentsNoOptional additional arguments to pass to the specified tool.
toolYesName of the Xcode tool to execute.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "arguments": { "description": "Optional additional arguments to pass to the specified tool.", "type": "string" }, "tool": { "description": "Name of the Xcode tool to execute.", "type": "string" } }, "required": [ "tool" ], "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/PolarVista/Xcode-mcp-server'

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