Organizer MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Organizer MCP Serverorganize my Downloads folder by content type"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Organizer MCP Server
An MCP server that gives Claude the ability to intelligently organize your files — reading content, detecting duplicates, suggesting meaningful names, and moving files into logical folders.
🎬 Demo
Related MCP server: Google Drive MCP Server
Tools
Tool | Description |
| Get file statistics, types, and detect generic filenames |
| Find identical files by content hash |
| Move unwanted files to a quarantine folder |
| Read file content for AI analysis |
| Suggest meaningful names from file content |
| Apply a new name to a file |
| Move files into AI-created category folders |
Setup
1. Install dependencies
python -m venv .venv
.venv\Scripts\activate # Windows
# source .venv/bin/activate # macOS / Linux
pip install -r requirements.txt2. Add to Claude Desktop
Edit your Claude Desktop config file:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"organizer": {
"command": "python",
"args": ["C:/absolute/path/to/organizer-mcp-server/main.py"]
}
}
}Restart Claude Desktop. A hammer icon (🔨) will confirm the tools are loaded.
How It Works
Scan — Claude uses
scan_folderto understand what's in your folderRead — Claude reads files with generic names to understand their content
Plan — Claude decides on category names based on actual file content
Execute — Claude calls
organize_folderwith a file → category mapVerify — A
REDIRECT.txtlog is created showing every change made
No templates. No hardcoded rules. Folders are created based on what Claude understands about your files.
Example
Before:
Downloads/
Document1.pdf ← Claude reads: "Q4 Sales Report"
File2.xlsx ← Claude reads: "Revenue Analysis"
Untitled.doc ← Claude reads: "Product Requirements"
IMG_001.jpg
IMG_002.jpg
After:
Downloads/
Financial_Reports/
Document1.pdf
File2.xlsx
Product_Documentation/
Untitled.doc
Photos/
IMG_001.jpg
IMG_002.jpg
REDIRECT.txtTesting with MCP Inspector
npx @modelcontextprotocol/inspector python main.pyOpens a web UI at http://localhost:5173 where you can call every tool manually.
📄 License
This project is licensed under the MIT License.
This server cannot be deployed
Maintenance
Related MCP Connectors
Give Claude only the Google Drive files you choose. Every action logged.
Personal CRM for Claude. Contacts live as plain-text files in your own Google Drive.
Brainfile memory layer for Claude Code over MCP: free starter files + weekly freshness feed.
Your audit methodology inside Claude: findings, risks, controls and workpapers in your team format.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables Claude AI to perform comprehensive file operations including reading, writing, notes management, PDF processing, and image handling with thread-safe operations. Provides a complete file management system with enhanced features like document processing and automatic directory creation.-
- FlicenseNot gradedqualityDmaintenanceEnables Claude to manage Google Drive files and folders through natural language commands. Supports creating folders, moving/renaming files, retrieving file metadata, and listing folder contents with secure OAuth authentication.-
- AlicenseNot gradedqualityCmaintenanceProvides Claude with complete file system integration including directory management, file operations, Office document creation/editing, and advanced file tree visualization.3MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI-driven file organization by listing and moving files into structured folders by extension and modification date, based on natural language requests, without reading file contents.-