Xcode MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-projectsA | Find all Xcode projects (.xcodeproj) in a directory. Searches recursively up to 5 levels deep, excluding common build directories. |
| read-projectB | Read and parse an Xcode project file (.xcodeproj). Returns project structure including targets, build configurations, and source files. |
| list-targetsB | List all build targets in an Xcode project with their product types (app, framework, test, etc.) |
| list-schemesB | List all schemes available in an Xcode project (both shared and user schemes) |
| buildC | Build an Xcode project using xcodebuild. Can specify target, scheme, configuration, and destination. |
| xcodebuild-infoB | Get xcodebuild version and available SDKs information |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/airdrop-alpha/xcode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server