| name | axiom-xcode-mcp-setup |
| description | Xcode MCP setup — enable mcpbridge, per-client config, permission handling, multi-Xcode targeting, troubleshooting |
| license | MIT |
Xcode MCP Setup
Prerequisites
- Xcode 26.3+ with MCP support
- macOS with Xcode installed and running
- At least one project/workspace open in Xcode
Step 1: Enable MCP in Xcode
- Open Xcode Settings (Cmd+,)
- Go to Intelligence tab
- Check Enable Model Context Protocol
- Ensure Xcode Tools toggle is ON
Without this toggle, xcrun mcpbridge connects but returns no tools.
Step 2: Connect Your MCP Client
Claude Code
claude mcp add --transport stdio xcode -- xcrun mcpbridge
Verify: claude mcp list should show xcode server.
Codex
codex mcp add xcode -- xcrun mcpbridge
Cursor
Create or edit .cursor/mcp.json in your project root:
{
"mcpServers": {
"xcode": {