PendelaNagaAbhinay/ai-file-organizer-mcp
AI-powered file organizer and smart finder using MCP (works with Claude Desktop)
Platform-specific configuration:
{
"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.
This MCP server lets Claude Desktop:
This refers to the baseline version of the MCP server before the major refactoring for safety, scalability, and enhanced organization.
safe_path function that resolves paths.find_by_name(pattern, directory=".") that returns a newline-separated string of matches.find_by_content(text, directory=".") that reads all files (including binary) to find text matches.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.list_directory(path) tool returning a raw list of filenames.node_modules or .git.Loading reviews...