Skip to content
Cursor

Iris for Cursor

io.github.sylphxai/iris

Iris — image facts with pixel-level proof. OCR runs only when requested.

client:Cursor transport:stdio runtime:npm

Install Iris in Cursor

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

{
  "mcpServers": {
    "iris": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/iris"
      ]
    }
  }
}

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

Iris in other clients