File-Organizer-MCP

kridaydave/File-Organizer-MCP
★ 34 stars TypeScript 🤖 AI/LLM Updated 10d ago
This MCP server will organize your files using connections to MCP using clients like Claude, Cursor and Gemini Cli
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "file-organizer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kridaydave/File-Organizer-MCP"
      ]
    }
  }
}