Folder-Cleaner-MCP
Verified Safeby Sashreek007
Overview
This MCP server enables LLMs like Claude to intelligently manage a user's file system through natural language, performing tasks like cleaning, organizing, and duplicate detection.
Installation
No command providedSecurity Notes
The project explicitly emphasizes multiple safety features: all destructive operations move files to trash (not permanent deletion), require explicit confirmation and preview, and include robust input validation and path security to prevent traversal attacks. It claims 'No remote code execution possible' and uses a local HTTP server for the MCP interface, reducing network exposure.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
memcord
A privacy-first, self-hosted MCP server for organizing chat history, summarizing messages, and searching past conversations using AI, particularly for Claude interactions.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.