Skip to content
VS Code

preflight ios mcp for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install preflight ios mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

preflight ios mcp in other clients