Odel
Windows Management

Windows Management

Local
@ahmedlaminou4PythonMITUpdated 2mo ago

Local Windows management, diagnostics, security, cleanup, and optimization MCP server.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIwindows-management-mcp-serverv0.3.1

Run

uvx windows-management-mcp-server

MCP client config

{
  "mcpServers": {
    "windows-management": {
      "command": "uvx",
      "args": [
        "windows-management-mcp-server"
      ]
    }
  }
}