Skip to content
Cursor

PhotoS for Cursor

io.github.dongwu259/photo-s

Batch photo processing: compress, convert, EXIF, rename, dedup, cull, galleries

client:Cursor transport:stdio runtime:pypi

Install PhotoS in Cursor

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

{
  "mcpServers": {
    "photo-s": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "photo-s-tools"
      ]
    }
  }
}

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

PhotoS in other clients