
Photo Organizer
Drive Google Photos and Drive cleanup from your agent—auto-organize libraries, surface duplicates, and create albums via local Python scripts.
Overview
Photo Organizer is an MCP server for the Operate phase that runs AI-assisted Google Photos and Drive organization, duplicate detection, and album creation via local Python scripts.
What is this MCP server?
- AI-assisted organization for Google Photos and Google Drive
- Find duplicates and create albums through MCP-invoked workflows
- stdio npm package photo-organizer-mcp version 1.0.0
- Runs drive_organizer.py and photos_organizer.py from a local PHOTO_SCRIPTS_PATH directory
- Package version 1.0.0 npm identifier photo-organizer-mcp
- stdio transport
- One required environment variable PHOTO_SCRIPTS_PATH
What problem does it solve?
Your Google Photos and Drive are messy, but agents have no default tools to organize, dedupe, or batch albums without custom Google API scripting.
Who is it for?
Solo builders and creators who store media in Google Photos or Drive and want agent-driven cleanup with scripts they can inspect and tweak locally.
Skip if: Teams needing a hosted multi-user DAM product, iCloud-only workflows, or organization with zero local Python setup.
What do I get? / Deliverables
After you set PHOTO_SCRIPTS_PATH and register the server, the agent can trigger organizer scripts to structure libraries and reduce duplicate clutter.
- Agent-triggered Google Photos and Drive organization runs
- Duplicate discovery and album creation workflows
- Repeatable local script path for iterated library maintenance
Recommended MCP Servers
Journey fit
Photo libraries are ongoing personal or small-business ops clutter; this server supports iteration and maintenance after you already rely on Google for storage. Organizing and deduplicating media is iterate-work on existing cloud assets, not greenfield app UI.
How it compares
MCP bridge to local Google organizer scripts, not a standalone cloud photo SaaS.
Common Questions / FAQ
Who is io.github.ExpertVagabond/photo-organizer for?
Solo builders maintaining large Google Photos or Drive libraries who want MCP-triggered organize, dedupe, and album workflows.
When should I use io.github.ExpertVagabond/photo-organizer?
Use it during operate iterate when libraries are slowing you down and you already have or can clone the Python scripts referenced by PHOTO_SCRIPTS_PATH.
How do I add io.github.ExpertVagabond/photo-organizer to my agent?
Clone the repo scripts, set required PHOTO_SCRIPTS_PATH to that directory, install photo-organizer-mcp via npm, add stdio MCP config, and authenticate Google APIs per the script README.