This MCP server will organize your files using connections to MCP using clients like Claude, Cursor and Gemini Cli
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"
]
}
}
}
Run in terminal:
claude mcp add file-organizer-mcp npx -y kridaydave/File-Organizer-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"file-organizer-mcp": {
"command": "npx",
"args": [
"-y",
"kridaydave/File-Organizer-MCP"
]
}
}
}