Local File Organizer
Summary
Local File Organizer is a Python-based MCP server that helps users manage and organize their files by automatically categorizing them based on file extensions. It provides tools for analyzing directory contents, creating category folders, moving files in bulk, and identifying project directories to preserve their structure. The implementation includes features like recursive directory scanning, metadata retrieval, and project detection based on common indicators like .git folders or package.json files. Particularly useful for cleaning up messy downloads folders, organizing media collections, or preparing directories for backup while respecting important project structures.
Available Actions(5)
list_categories
List all available categories for file organization.
analyze_directory
Analyze a directory without making changes. Parameters: path (string) - the path to the directory to analyze.
create_category_directories
Create category folders in a target directory. Parameters: target (string) - the path to the target directory.
organize_files
Organize files by type within a specified directory. Parameters: directory (string) - the path to the directory containing files to organize.
search_files
Search for files in a specified directory that match a given pattern. Parameters: directory (string) - the path to the directory, pattern (string) - the search pattern (e.g., '*.jpg').
Avis de la Communauté
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation