WizTree MCP Server
Click on "Install 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: everything-search-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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sahmed730/Wiztree-Mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server