loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

ai-file-organizer-mcp

MCP Tool

PendelaNagaAbhinay/ai-file-organizer-mcp

AI-powered file organizer and smart finder using MCP (works with Claude Desktop)

Install

$ npx loaditout add PendelaNagaAbhinay/ai-file-organizer-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "ai-file-organizer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ai-file-organizer-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Run AI on your local files - safely and privately.

This MCP server lets Claude Desktop:

  • organize your folders
  • find files instantly
  • automate file management
AI File Organizer + Finder (Initial Version)

This refers to the baseline version of the MCP server before the major refactoring for safety, scalability, and enhanced organization.

Features implemented at start:
  • Workspace Safety: Basic safe_path function that resolves paths.
  • Find by Name: Tool find_by_name(pattern, directory=".") that returns a newline-separated string of matches.
  • Find by Content: Tool find_by_content(text, directory=".") that reads all files (including binary) to find text matches.
  • File CRUD Operations:
  • read_file(path): Simple text read.
  • write_file(path, content): Simple text write.
  • append_file(path, content): Simple text append.
  • delete_file(path): Simple file deletion.
  • Directory Listing: list_directory(path) tool returning a raw list of filenames.
Known Limitations (V1):
  • Files were moved/categorized by flattening the structure (losing folders).
  • No limit on results; large directories could cause crashes or token overflows.
  • No exclusion of heavy directories like node_modules or .git.
  • Binary files were scanned for text, causing potential errors or slow performance.
  • Clean filenames tool was destructive and ran automatically on all files.

Tags

aiclaudeclaude-desktopdeveloper-toolsfile-organizermcpmcp-server

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated9 days ago
Security: BREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/3/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/PendelaNagaAbhinay/ai-file-organizer-mcp)](https://loaditout.ai/skills/PendelaNagaAbhinay/ai-file-organizer-mcp)