Dry-run-first Windows uninstaller for AI coding tools, MCP servers, IDEs, and their remnants
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"
]
}
}
}
Run in terminal:
claude mcp add windows-ai-uninstall npx -y zznabil/windows-ai-uninstaller
Add to .cursor/mcp.json:
{
"mcpServers": {
"windows-ai-uninstall": {
"command": "npx",
"args": [
"-y",
"zznabil/windows-ai-uninstaller"
]
}
}
}