Local Windows management, diagnostics, security, cleanup, and optimization MCP server.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Windows Management MCP Server is a Python-based Model Context Protocol server for local Windows diagnostics, task management, cleanup, hardware inspection, security checks, and administrative workflows.
It exposes 96 tools over stdio and is designed for local assistants such as Claude Desktop, Cursor, VS Code extension hosts, and other MCP-compatible clients.
Important: This server runs with the privileges of the user account that starts it. Several tools can change system state, delete files, edit the Registry, manage services, install updates, or execute PowerShell. Use the read-only and dry-run tools first, and only enable destructive actions after reviewing the target paths and commands.
Watch the demo: https://youtu.be/1GNk_GYYkww
nvidia-smi probes, display configuration, installed drivers, problem devices, driver update candidates.For the complete tool catalog, see docs/TOOLS.md.
nvidia-smi on PATH.From PyPI:
Create a virtual environment and install the package in editable mode:
Both install paths register the windows-mcp-server command in the active environment.
For clients that can launch a stdio MCP server, use:
If the command is not on PATH, point directly at the local virtual environment:
Or:
The server uses stdio transport and is normally launched by an MCP client rather than run interactively.
The vscode-extension/ folder contains a small VS Code extension that launches this MCP server from the repo-local virtual environment first, then falls back to a global windows-mcp-server.
Open vscode-extension/ in VS Code and press F5 to start an Extension Development Host.
Tools are intentionally mixed across read-only, safer mutation, and sharp mutation categories.
disk_cleanup_report, get_security_status, get_windows_update_status, list_scheduled_tasks, get_process_details.safe_delete_to_recycle_bin, safe_delete_many_to_recycle_bin, safe_delete_by_pattern with dry_run=true.execute_powershell, Registry writes/deletes, permanent file deletion, service changes, update installation, process termination, restore point creation.See docs/SECURITY_MODEL.md before exposing this server to an assistant you do not fully trust.
Compile-check the Python package:
Check the registered tool count:
Compile the VS Code extension:
This repository includes server.json for the MCP Registry and PyPI-compatible package metadata.
See docs/PUBLISHING.md for the full GitHub, PyPI, and MCP Registry release flow.
MIT. See LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/windows-management)<a href="https://allmcps.com/mcp/windows-management"><img src="https://allmcps.com/api/badge/windows-management?style=directory" alt="Windows Management on AllMCPs" /></a>