Skip to main content
Glama

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

Watch the demo

Related MCP server: Google Drive MCP Server

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

  1. Scan — Claude uses scan_folder to understand what's in your folder

  2. Read — Claude reads files with generic names to understand their content

  3. Plan — Claude decides on category names based on actual file content

  4. Execute — Claude calls organize_folder with a file → category map

  5. Verify — A REDIRECT.txt log 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.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables 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.
  • F
    license
    -
    quality
    D
    maintenance
    Enables 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.
  • A
    license
    -
    quality
    C
    maintenance
    Enables Claude Desktop to directly access and manage Obsidian vault files, supporting reading, writing, patching, searching, and file operations without requiring Obsidian to be open.
    3,860
    MIT

View all related MCP servers

Related MCP Connectors

  • Upload, organize, search, and transform images, videos, and files with AI-powered tools.

  • Connect Claude to Fathom meeting recordings, transcripts, and summaries

  • Persistent context for Claude. Your AI always knows your projects and next actions across sessions.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/le7-3609/organizer-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server