organizer-mcp-server

le7-3609/organizer-mcp-server
★ 0 stars Python 🧠 Memory/Knowledge Updated 8d ago
Intelligent file organization using Model Context Protocol
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": {
    "organizer-mcp-server": {
      "command": "uvx",
      "args": [
        "organizer-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install organizer-mcp-server