Jul 7, 2026 · by Orçun İlbeyli · View source

AutoShelf 2.0

Auto-organize files on your Mac now with MCP & CLI support

AutoShelf 2.0

Editorial analysis

Why This Matters to a Cross-Border Seller

If you run any kind of e-commerce operation — whether you’re managing 5 SKUs on Amazon FBA or 500 on Shopify and Etsy — you’ve felt the slow creep of file chaos. Supplier spec sheets, photo batches, video ads, CSV exports, label PDFs, and endless screenshots pile into your Downloads folder like inventory into a warehouse with no barcodes. You lose time hunting for the right asset, you accidentally upload yesterday’s image instead of today’s, and your team’s Dropbox looks like a thrift store after a hoarder sale. Most file organization tools were built for the era when a “download” meant a single spreadsheet. They’re either too complex (looking at you, Hazel) or too dumb (the built-in macOS Smart Folders that require manual setup every time you change your workflow). That’s why AutoShelf — a new Mac menu-bar app that auto-organizes files using rules, templates, and MCP (Model Context Protocol) for AI agent control — caught my attention. It’s not a file manager; it’s a set-and-forget automation layer that could save an operator hours per week just by taming the incoming firehose of digital junk. And for anyone who runs multiple marketplaces, that’s time you can reinvest into actual growth work.

What Problem This Actually Solves (and Why Your IRL Workflow Is the Use Case)

Cross-border sellers live in a file economy. Every day you download: supplier invoices in PDF, product images in JPG/PNG, bulk edit CSVs from Amazon Seller Central, ad creative from your Klaviyo campaigns, fulfillment labels from ShipStation, compliance documents from Bureau Veritas, and maybe a half-dozen screenshots for competitor analysis. They all land in the same folder — a digital junk drawer — unless you’ve built elaborate, brittle scripts or paid for a tool like Hazel that requires a PhD in conditional logic.

AutoShelf attacks this with a philosophy that I find refreshing for e-commerce: templates over configuration. The app ships with 9 built-in templates like “Organize Downloads,” “Auto-trash DMGs,” “Clean Desktop,” and “Sort by Source.” You click one, and it starts watching folders. For an operator, that means you can set up a rule that says: “Any CSV downloaded from Amazon Seller Central with ‘inventory’ in the name goes into /Ecommerce/Amazon/Inventory/ and gets tagged with Amz-Weekly.” No dragging, no scripting. The conditions (10 total) include file type, source URL/application, age, size, name patterns, and last-modified/opened date. You can combine them with AND + NOT operators, which is enough to cover 95% of typical e-commerce file routing.

Where this really differs from Hazel and other incumbents is in the chainable actions. AutoShelf lets you stack up to 10 actions in a single rule: for example, “tag this file, then archive it into a ZIP, then move it to the staging folder.” That means you can process a batch of photography assets — rename them, compress them, and push them to a “Ready for Listing” folder — all from a single trigger. The file conflict resolution is also smart: when a destination file already exists, AutoShelf auto-renames by appending a number (e.g., report 1.pdf, report 2.pdf). No overwrites, no silent skips, no prompt pop-ups. That matters when you’re moving hundreds of weekly CSV exports and don’t want to babysit the tool.

Why Amazon Sellers Should Care More Than Shopify Ones

Shopify operators tend to live inside the browser — most of their workflows (product creation, order management, analytics) are web-native. File management is secondary. Amazon sellers, on the other hand, are heavy local-file users: flat-file uploads, batch inventory files, category-specific templates, and compliance docs. The Amazon ecosystem still runs on CSVs and XLSXs downloaded from Seller Central. If you’re managing a multi-account Amazon operation, you’re likely pulling files from 2–3 different seller accounts daily. AutoShelf’s ability to sort by source URL means you can route files based on which Seller Central domain (sellercentral.amazon.com vs sellercentral-europe.amazon.com) they came from. That’s a time-saver no other Mac organizer offers out of the box.

The MCP Twist: This Is the Part That Changes the Game for AI-Augmented Operations

The buzziest feature of AutoShelf is its MCP server — a baked-in binary that exposes 13 tools (create, edit, delete, enable/disable, run, list, get rule/group, status, pause/resume monitoring, and pick folder) to any MCP-compatible AI client like Claude Code or Cursor. This means you can instruct an AI assistant in natural language: “Watch my Downloads folder and trash any DMG older than 3 days,” and the AI will create the rule, install it, and start monitoring — no UI clicking required.

For an e-commerce operator, this opens a workflow that few other tools support: prompt-driven file governance. Imagine you have a weekly process where you download a supplier’s product image ZIP, extract it, rename files to match your ASINs, and move them to an upload-ready folder. Right now you either do it manually or write a bespoke shell script. With AutoShelf + an MCP client, you could say: “After I download the ZIP from Alibaba, unzip it, rename all files to match [ASIN prefix]-[number].png, optimize images to 80% quality, and move them to /Amazon/Photos/Ready/.” The AI would construct the rule chain, and AutoShelf would execute it reliably every week.

The write operations are gated behind a Pro-only toggle that defaults to off — so no AI can move/delete files without you explicitly enabling that capability. That’s a sensible safety control, especially for an operation where an accidental trash could wipe out a week’s worth of images.

The maker, Orçun İlbeyli, also ships a Go CLI for terminal workflows, so you can script AutoShelf into your existing deployment pipelines (e.g., a CI job that runs after product image processing). This is overkill for solo sellers, but for teams using GitHub Actions or Bitrise for automated asset pipelines, it’s a bridge between file organization and DevOps.

Where the Math Breaks

Let’s be honest: the one-time price of $19.99 is ridiculously good for what it offers. Hazel is $42 for a standard license and has a more dated UI. AutoShelf is native SwiftUI, supports 19 languages, and lives in the menu bar or a full window. The pricing is clearly a market-entry tactic to gain traction — but it also raises a question about long-term viability. If the user base grows and the feature set expands (file conversions, cloud uploads, scheduled downloads, rule wizard — all on the roadmap), can the solo developer sustain a paid-once model? History says either they’ll pivot to a subscription or the app will stagnate. For now, it’s a steal, but I wouldn’t build a mission-critical automation stack on a tool that might not get updates two years from now.

Another shortfall: the MCP duplicate-name issue. In a comment exchange, the maker admitted that the UI allows creating two rules with the same name, while MCP lookups are by name — meaning if an AI queries a rule, it might silently grab the wrong one. The developer flagged it as a known issue and is planning to fix it, but it’s a reminder that the MCP integration is still bleeding-edge. For a cross-border seller running hundreds of rules, this kind of ambiguity could cause asset misrouting. I’d wait until that dedup logic is solid before relying on MCP for critical workflows.

What Cross-Border Sellers Can Borrow From AutoShelf (Even If You Never Install It)

You don’t have to buy AutoShelf to learn from its design philosophy. Here are three principles that apply to any e-commerce file management setup:

  1. Use templates as starting points, not final destinations. The average seller spends too much time building folder structures from scratch. Instead, define a short list of recurring file types (supplier docs, product images, ad creative, reports, shipping labels) and create one “master rule” per type. You can do this inside Hazel, or even with macOS’s built-in Folder Actions, but the key is to automate the routing, not just the naming.

  2. Chain actions to reduce manual downstream steps. Instead of moving a file and then manually naming it, zip it, and tag it, create a single rule that does all three. The time saved per file is seconds, but across hundreds of files per week, it adds up to real hours.

  3. Keep your rules portable. AutoShelf stores rules in the app state (currently not in a portable file format, per the maker’s response), but any serious automation setup should be version-controlled. If you’re using Hazel or a custom script, store your rules in a .hazelrules file or a GitHub repo. That way, when you upgrade your Mac or onboard a new team member, you don’t start from scratch.

The Tooling Stack Angle: AutoShelf vs. the Alternatives for Operators

If you’re already deep in the Apple ecosystem and have never used a file organizer, AutoShelf is the best entry point today because of its low friction and MCP novelty. But if you’re a power user who needs conditional logic like “if file name contains X and size is larger than Y, move to Z,” Hazel still has more conditions (and regex support). For headless automation on a server (e.g., processing files on a Linux-based NAS), you’d still use inotify + shell scripts. AutoShelf is a desktop tool for a desktop workflow — it won’t replace a server-side pipeline.

One blind spot: no mention of cloud storage integration yet. The roadmap includes uploads to iCloud, Dropbox, and Google Drive, but it’s not live. If you need to automatically push product images to a shared Dropbox folder right now, AutoShelf can’t do that — you’d still need a separate tool like Upload Studio or a Zapier zap. For a multi-person team, that’s a gap.

What I’d Watch / Test Next

AutoShelf is fresh — launched May 19, 2026 — and has zero reviews yet. The maker is actively engaging with commenters, which is a good sign for responsiveness. If I were running a 10-account Amazon operation, I’d do the following this week:

  • Download the free trial (if available) and create three rules: one to organize supplier PDFs by domain name, one to sort Amazon inventory CSVs into dated subfolders, and one to auto-trash DMGs (because you don’t need a week-old Zoom installer). Test each rule for a few days to see if the auto-renaming behavior works for your naming conventions.
  • Set up a simple MCP test with Claude Code (or Cursor): prompt it to “trash all screenshots older than 7 days in Downloads.” See if the rule gets created correctly and if the duplicate-name issue surfaces. This is a low-stakes way to validate the MCP reliability before trusting it with business-critical files.
  • Monitor the roadmap for file conversions (HEIC→JPG, MOV→MP4). If you’re on a Mac and shoot product videos in HEIC or MOV, having an automated conversion rule would save you the step of dragging files through HandBrake or a batch converter. I’d especially watch for the cloud upload feature — that’s when AutoShelf becomes a genuine competitor to Hazel for e-commerce workflows.

Finally, keep an eye on the pricing model. One-time $19.99 is unsustainable for a feature-rich app unless the developer has a separate revenue stream (e.g., enterprise licensing or a Pro tier for MCP write operations). If they add a subscription, the value proposition shifts — but for now, it’s a no-brainer buy for any operator who spends more than 10 minutes a week wrangling files. The ROI is measured in minutes, not months.

Ready to Create Your Own?

Join thousands of brands creating high-performing video ads with VEONIB. No editing skills required.

Start Creating for Free