← Index

io.github.ExpertVagabond/photo-organizer

io.github.ExpertVagabond/photo-organizer·v1.0.0·Cloud Storage
Quality Score
81
/100

AI-powered organization for Google Photos and Drive - auto-organize, find duplicates, create albums

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "photo-organizer": {
      "command": "npx",
      "args": [
        "-y",
        "photo-organizer-mcp"
      ],
      "env": {
        "PHOTO_SCRIPTS_PATH": "<photo_scripts_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "photo-organizer": {
      "command": "npx",
      "args": [
        "-y",
        "photo-organizer-mcp"
      ],
      "env": {
        "PHOTO_SCRIPTS_PATH": "<photo_scripts_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y photo-organizer-mcp
§02  Environment variables
PHOTO_SCRIPTS_PATH
required

Path to Python scripts directory containing drive_organizer.py and photos_organizer.py

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Cloud Storage