File Organizer MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
pip install -r requirements.txt
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add file-organizer-mcp -- python "<FULL_PATH_TO_MCPFOLDERORGANIZER>/dist/index.js"

Replace <FULL_PATH_TO_MCPFOLDERORGANIZER>/dist/index.js with the actual folder you prepared in step 1.

README.md

AI-powered system for managing, organizing, and renaming files intelligently.

📁 Super-Organizer MCP 🚀

מערכת בינה מלאכותית לניהול, ארגון ושינוי שמות קבצים חכם

מערכת זו מאפשרת ל-Claude "להשתלט" על הבלגן בתיקיות שלך. היא לא רק מזיזה קבצים, היא מבינה מה כתוב בתוכם ומציעה שמות חדשים ומשמעותיים בעברית.


🧠 טכניקות ומתודולוגיה

המערכת פועלת באמצעות שלוש שכבות לוגיות מתקדמות:

1. ניתוח תוכן חכם (Smart Buffer Analysis)

במקום לקרוא קבצים שלמים (מה שעלול לגרום לאיטיות), המערכת דוגמת את ה-800 התווים הראשונים בלבד.

  • Heuristic Identification: ה-AI מזהה דפוסים (כמו כותרות, פונקציות קוד או תאריכים) כדי להבין את מהות הקובץ.
  • Encoding Safety: שימוש ב-utf-8 עם התעלמות משגיאות מאפשר לקרוא קבצים מגוונים מבלי שהמערכת תקרוס.

2. הגנה מפני קבצי מדיה (Binary Shielding)

כדי למנוע מה-AI "להזות" (Hallucinate) תוכן של תמונות או וידאו:

  • המערכת מזהה סיומות בינאריות מראש (JPG, PNG, MP4).
  • קבצים אלו מוגדרים אוטומטית כ-"ללא תצוגה מקדימה", מה שכופה על ה-AI לשלוח אותם לתיקיית "למיון ידני" במקום לנחש את תוכנם.

3. נירמול נתיבים (Path Normalization)

המערכת יודעת להתמודד עם המורכבות של Windows:

  • הופכת נתיבים ל-"Absolute Paths" כדי למנוע טעויות מיקום.
  • מתקנת בעיות של סלאשים הפוכים (\) שנוצרים לעיתים בעבודה מול ממשקי AI.

🛠 דרישות מערכת

  • Python 3.10+
  • Claude Desktop App
  • FastMCP Framework

🖼 Screenshots Gallery

ריכזנו כאן את כל שלבי העבודה, מהסריקה הראשונית ועד התוצאה הסופית בתיקייה:

Stage Visual Description
1. Analysis & Planning Scan and PlanScan and Plan Claude identifies files, displays previews, and suggests Hebrew names.
2. Execution Summary Summary A log showing the final results of the organization process.
3. Folder: BEFORE Before The original messy state of the folder before processing.
4. Folder: AFTER After The final result: organized folders and clear Hebrew filenames.

🚀 הוראות הרצה

  1. ודאו ששרת ה-MCP רץ ב-Claude Desktop.
  2. פתחו צ'אט וכתבו: "תסדר לי את התיקייה [נתיב]".
  3. עברו על הטבלה שקלוד יציע ואשרו את הביצוע.

Tools (1)

organize_folderAnalyzes a directory, categorizes files, and suggests meaningful names for files and folders.

Configuration

claude_desktop_config.json
{"mcpServers": {"file-organizer": {"command": "python", "args": ["path/to/main.py"]}}}

Try it

Organize the files in my Documents folder.
Please scan the folder at C:/Users/Name/Downloads and suggest a better structure.
Review the files in my project directory and rename them to be more descriptive.
Help me clean up my messy desktop folder by categorizing the files.

Frequently Asked Questions

What are the key features of File Organizer MCP?

Smart buffer analysis of file content to identify file purpose. Binary shielding to prevent AI hallucinations on media files. Automatic path normalization for Windows compatibility. Hebrew-language support for meaningful file naming. Safe handling of diverse file types using UTF-8 encoding.

What can I use File Organizer MCP for?

Cleaning up a cluttered Downloads folder automatically. Renaming cryptic filenames to descriptive, topic-based names. Structuring project directories by analyzing code content. Moving unorganized files into logical sub-folders based on content analysis.

How do I install File Organizer MCP?

Install File Organizer MCP by running: pip install -r requirements.txt

What MCP clients work with File Organizer MCP?

File Organizer MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep File Organizer MCP docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare