Skip to content
Cursor

preflight ios mcp for Cursor

io.github.ethanackerman-git/preflight-ios-mcp

57 tools for AI-powered iOS Simulator automation — tap, swipe, type, screenshots, and more.

client:Cursor transport:stdio runtime:npm

Install preflight ios mcp in Cursor

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

{
  "mcpServers": {
    "preflight-ios-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "preflight-ios-mcp"
      ]
    }
  }
}

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

preflight ios mcp in other clients