Skip to main content
Glama

Xcode MCP Server

by r-huijts

set_project_path

Define the specific Xcode project directory path to enable AI-assisted code tasks and project management within the Xcode MCP Server environment.

Instructions

Explicitly set the path to the Xcode project to work with

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the .xcodeproj directory

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Path to the .xcodeproj directory", "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/r-huijts/xcode-mcp-server'

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