Organizer Server
БесплатноНе проверенEnables Claude to intelligently organize files by scanning folders, detecting duplicates, suggesting meaningful names, and moving files into logical folders.
Описание
Enables Claude to intelligently organize files by scanning folders, detecting duplicates, suggesting meaningful names, and moving files into logical folders.
README
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
Tools
| Tool | Description |
|---|---|
scan_folder |
Get file statistics, types, and detect generic filenames |
find_duplicates |
Find identical files by content hash |
create_junk_folder |
Move unwanted files to a quarantine folder |
read_file |
Read file content for AI analysis |
suggest_filename |
Suggest meaningful names from file content |
rename_file |
Apply a new name to a file |
organize_folder |
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.txt
2. Add to Claude Desktop
Edit your Claude Desktop config file:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/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 folder - Read — 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 map - Verify — 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.txt
Testing with MCP Inspector
npx @modelcontextprotocol/inspector python main.py
Opens a web UI at http://localhost:5173 where you can call every tool manually.
📄 License
This project is licensed under the MIT License.
Установка Organizer Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/le7-3609/organizer-mcp-serverFAQ
Organizer Server MCP бесплатный?
Да, Organizer Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Organizer Server?
Нет, Organizer Server работает без API-ключей и переменных окружения.
Organizer Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Organizer Server в Claude Desktop, Claude Code или Cursor?
Открой Organizer Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Organizer Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
