Skip to content
VS Code

mirroir mcp for VS Code

io.github.jfarcand/mirroir-mcp

Control a real iPhone through macOS iPhone Mirroring: screenshot, tap, swipe, type.

client:VS Code transport:stdio runtime:npm

Install mirroir mcp in VS Code

.vscode/mcp.json

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

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

mirroir mcp in other clients