Skip to content
Cursor

mirroir mcp for Cursor

io.github.jfarcand/mirroir-mcp

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

client:Cursor transport:stdio runtime:npm

Install mirroir mcp in Cursor

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

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

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

mirroir mcp in other clients