loading…
Search for a command to run...
loading…
File Organizer AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
File Organizer AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
File Organizer AI MCP Server — File organization tools.
File Organizer AI MCP Server — File organization tools.
| Tool | Description |
|---|---|
categorize_by_extension |
Categorize files in a directory by their extensions. |
find_duplicates_by_hash |
Find duplicate files by comparing MD5 hashes. |
calculate_directory_size |
Calculate directory size with breakdown by subdirectory. |
generate_tree |
Generate a tree view of a directory structure. |
pip install meok-file-organizer-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"file-organizer-ai": {
"command": "python",
"args": ["-m", "meok_file_organizer_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"file-organizer-ai-mcp": {
"command": "npx",
"args": []
}
}
}