Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_test_project

Execute tests for Xcode projects by specifying the project path, scheme, and destination. Enables efficient testing for iOS/macOS projects through programmatic access to Xcode functionality.

Instructions

Run tests for an Xcode project

Input Schema

NameRequiredDescriptionDefault
destinationNoTest destination
project_pathYesPath to .xcodeproj file
schemeYesTest scheme name

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Test destination", "type": "string" }, "project_path": { "description": "Path to .xcodeproj file", "type": "string" }, "scheme": { "description": "Test scheme name", "type": "string" } }, "required": [ "project_path", "scheme" ], "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/ebowwa/xcode-mcp'

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