Odel
photo organizer mcp

photo organizer mcp

Local
@expertvagabondRustMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmphoto-organizer-mcpv1.0.0

Run

npx -y photo-organizer-mcp

MCP client config

{
  "mcpServers": {
    "photo-organizer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "photo-organizer-mcp"
      ]
    }
  }
}