windows-ai-uninstaller

zznabil/windows-ai-uninstaller
★ 0 stars PowerShell AI/LLM Updated today
Dry-run-first Windows uninstaller for AI coding tools, MCP servers, IDEs, and their remnants
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "windows-ai-uninstall": {
      "command": "npx",
      "args": [
        "-y",
        "zznabil/windows-ai-uninstaller"
      ]
    }
  }
}