Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_create_project

Generate a new Xcode project with essential structure by specifying project path, name, bundle ID, and target platform for iOS or macOS development.

Instructions

Create a new Xcode project with basic structure

Input Schema

NameRequiredDescriptionDefault
bundle_idYesBundle identifier (e.g., com.company.app)
platformNoTarget platform (ios/macos)ios
project_nameYesName of the project
project_pathYesPath where the project should be created

Input Schema (JSON Schema)

{ "properties": { "bundle_id": { "description": "Bundle identifier (e.g., com.company.app)", "type": "string" }, "platform": { "default": "ios", "description": "Target platform (ios/macos)", "type": "string" }, "project_name": { "description": "Name of the project", "type": "string" }, "project_path": { "description": "Path where the project should be created", "type": "string" } }, "required": [ "project_path", "project_name", "bundle_id" ], "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