MCPServers
Local File Organizer - MCP server logo

Local File Organizer

0
0

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').

Last Updated: April 17, 2025

Reseñas de la Comunidad

0.0
0 reseñas
5
0
4
0
3
0
2
0
1
0

Aún no hay reseñas. ¡Sé el primero en reseñar!

Inicia sesión para unirte a la conversación

Coming soon to
HighlightHighlight AI

Lenguaje

TypeScript

Categorías

Etiquetas