One command sets up the document-filing and disk-cleanup servers. It takes a few minutes the first time — they run OCR and a small AI model on your own machine, so your documents are never uploaded.
Why this isn't a one-click plugin like the Gmail extension: filing a Drive by content means reading your documents. Housekeeping does that locally — the OCR and the classifier run on your machine — so nothing leaves it. That needs a real (small) install.
Download and unzip Housekeeping, then from that folder:
Windows (PowerShell):
powershell -ExecutionPolicy Bypass -File packaging\drive\install.ps1
macOS / Linux:
bash packaging/drive/install.sh
It sets up the environment, installs what's needed (the first run downloads a few hundred
megabytes of OCR/AI components — one time), and registers housekeeping-drive and
housekeeping-disk with Claude Desktop.
Run the command the installer prints:
mcp/.venv/Scripts/python.exe mcp/authorize_drive.py # Windows
mcp/.venv/bin/python mcp/authorize_drive.py # macOS / Linux
A browser window opens — pick your account and allow Drive access. That's it: no OAuth client to create, no consent screen to configure. The token is stored on your machine only.
Ask Claude to file the scans in your “to sort” folder, or to find the biggest folders on your disk. Every change comes as a dry-run plan you approve first; documents are classified locally and their text is never sent to the AI.
Scanning, classifying and every preview are free. To let the servers actually move, rename or
trash files, buy the one-time $5 key — the same key unlocks Gmail, Drive and
disk. Set it as HOUSEKEEPING_LICENSE or save it to mcp/license.key.
It's verified offline: no account, no phone-home.