xpresso
Provides tools for building, testing, and running Xcode projects, managing iOS simulators, and interacting with Xcode build settings.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@xpressoBuild and run MyApp on iPhone 16 simulator"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
xpresso
Xcode MCP server. Build, test, run, and manage simulators directly from Claude Code — no Xcode GUI needed.
Quick Start
claude mcp add xpresso -- npx xpresso-mcpThat's it. Restart Claude Code and you're ready.
Related MCP server: MCP Xcode Server
Requirements
Node.js >= 18 (or Bun)
Xcode with command line tools (
xcode-select --install)
Tools
Tool | Description |
| Build project/workspace with scheme |
| Run unit/UI tests |
| Build, install, and launch on simulator |
| Clean build folder |
| List schemes, targets, configurations |
| Show resolved build settings |
| List available simulators |
| Boot a simulator |
| Shutdown a simulator |
| List connected physical devices |
| Get output from last operation |
Examples
Build a project:
xpresso_build(scheme: "MyApp", workspace: "MyApp.xcworkspace")Run tests:
xpresso_test(scheme: "MyApp", workspace: "MyApp.xcworkspace", destination: "platform=iOS Simulator,name=iPhone 16")Boot simulator and run:
xpresso_boot_simulator(simulator: "iPhone 16")
xpresso_run(scheme: "MyApp", workspace: "MyApp.xcworkspace", simulator: "<UDID>")Development
git clone https://github.com/alisheryeginbay/xpresso.git
cd xpresso
bun install
bun run src/index.tsLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for Xcode build automation and log parsing that opens Xcode projects, triggers builds directly in Xcode, and parses build logs to extract errors and warnings.266958Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that provides tools for programmatically interacting with Xcode projects, enabling users to manage targets, schemes, and files. It supports essential development tasks including building, testing, and cleaning projects through the Xcode command-line tools.12MIT
- AlicenseAqualityDmaintenanceUnified MCP server for Xcode + iOS Simulator — build, deploy, screenshot, and interact with your iOS app from Claude Code, Cursor, or any MCP client. Built in Swift. Single binary. No Node/Python runtime required.69MIT
- Alicense-qualityDmaintenanceA comprehensive MCP server for iOS/macOS development that gives AI assistants full control over Xcode build, test, simulator management, and app deployment.92MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
MCP server for Klever blockchain smart contract development.
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/alisheryeginbay/xpresso'
If you have feedback or need assistance with the MCP directory API, please join our Discord server