Skip to content
Cursor

xcodemcp for Cursor

io.github.lapfelix/xcodemcp

Control Xcode directly via JXA for build, test, debug operations with XCLogParser integration

client:Cursor transport:stdio runtime:npm

Install xcodemcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "xcodemcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "xcodemcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

xcodemcp in other clients