# ChrisTitusTech/winutil | Model Context Protocol (MCP) Server > Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates - **Stars**: ⭐ 60,377 - **Language**: PowerShell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "winutil": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-winutil" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "winutil": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-winutil" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-winutil` - **Docker**: `docker run -i --rm mcp/winutil`