WizTree MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WizTree MCP ServerFind the 10 largest files on my C drive."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π Overview
The WizTree MCP Server seamlessly bridges your AI assistant (Claude, Cursor, Antigravity, etc.) with WizTree, allowing your AI to instantly scan your hard drives, identify massive space hogs, and execute intelligent cleanups.
Turn your AI into a highly contextual storage manager!
Related MCP server: WizTree MCP
β¨ Features
β‘ Lightning Fast: Leverages WizTree's MFT (Master File Table) reading to scan drives in seconds.
π§ AI-Powered Workflows: Ask your AI: "What's eating up space on my C: drive?" or "Analyze my Downloads folder."
π‘οΈ Built-in Guardrails: Comes with a comprehensive
/skillsdirectory to teach your AI strict deletion policies and safe handling of files.π» Developer Focused: Perfect for finding hidden
node_modules, stray__pycache__folders, or giant dangling Docker images.
π§ AI Agent Skills
Unlike basic MCP servers that just dump raw data, this repository includes a dedicated /skills directory and a SYSTEM_PROMPT.md. These Markdown files teach your AI client how to use the tools effectively and safely.
Available skills include:
π‘οΈ Deletion Policy: Enforces a strict multi-step workflow before any files are deleted.
ποΈ Safe Delete: Defines exactly what is safe to delete (e.g., caches) and what should never be touched (e.g., system files).
π¨βπ» Developer Cleanup: Gives the AI deep knowledge of where dev tools (Docker, npm, pip) hide their massive cache files.
π Installation
1. Prerequisites
Windows OS
WizTree (installed at
C:\Program Files\WizTree\WizTree64.exe)Python 3.10+
2. Clone the Repository
git clone https://github.com/sahmed730/Wiztree-Mcp.git
cd Wiztree-Mcp3. Setup Virtual Environment
python -m venv .venv
.\.venv\Scripts\Activate
pip install -r requirements.txtβοΈ Configuration
Add the server to your MCP client configuration (e.g., mcp_config.json for Antigravity, or claude_desktop_config.json for Claude):
{
"mcpServers": {
"wiztree": {
"command": "C:\\path\\to\\Wiztree-Mcp\\.venv\\Scripts\\python.exe",
"args": [
"C:\\path\\to\\Wiztree-Mcp\\server.py"
]
}
}
}β οΈ Note: Replace
C:\\path\\to\\with the exact absolute path to your cloned directory.
π€ Example Prompts
Once connected, try asking your AI:
π¬ "Can you find the 15 largest files on my C: drive?"
π¬ "My SSD is full. Find the largest folders in my user profile, skipping my personal photos."
π¬ "Do a developer cleanup on my machine to free up at least 20 GB."
This server cannot be deployed
Maintenance
Related MCP Connectors
Gives your AI assistant persistent memory and intelligence about your work patterns.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analyβ¦
Connect any AI assistant to Syncro: manage tickets, invoices, customers, assets, and more.
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search local files on Windows using the Everything search engine, supporting basic and complex file searches with filters like date, size, media type, and document type.4MIT
- AlicenseBqualityBmaintenanceRead-only MCP server that wraps WizTree's CSV export and adds disk-usage analysis tools, enabling file system scanning and analysis via natural language.63MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to clean disk space by scanning and removing temporary files, caches, and duplicates through natural language commands via MCP protocol.1-
- FlicenseAqualityCmaintenanceEnables real-time Windows storage analysis, deep folder scanning, safety tiering, and protected cleanup operations through natural language.41-