Control your Windows PC from Claude — the Windows equivalent of "Control your Mac".
24 tools, 11 slash commands, and a comprehensive automation skill.
| # | Tool | Description |
|---|---|---|
| 1 | powershell |
Execute any PowerShell command or script |
| 2 | read_file |
Read file contents from the Windows filesystem |
| 3 | write_file |
Write or append content to files |
| 4 | open_app |
Launch applications, open files, or open URLs |
| 5 | clipboard |
Read from or write to the system clipboard |
| 6 | notification |
Show Windows toast notifications |
| 7 | screenshot |
Capture full screen or specific window as PNG |
| 8 | list_windows |
List all open windows with position and size |
| 9 | manage_window |
Minimize, maximize, move, resize, close windows |
| 10 | keyboard_mouse |
Simulate keyboard input, mouse clicks, typing, drag |
| 11 | manage_process |
List, kill processes and manage services |
| 12 | registry |
Read, write, delete, search registry keys |
| 13 | search_files |
Search files by name, content, size, date |
| 14 | system_audio |
Get/set volume, mute/unmute, manage devices |
| 15 | power_management |
Lock, sleep, hibernate, shutdown, restart, battery |
| 16 | scheduled_tasks |
Create, list, delete, enable, disable scheduled tasks |
| 17 | wifi_bluetooth |
WiFi networks, Bluetooth devices management |
| 18 | display_settings |
Resolution, brightness, wallpaper, monitors, DPI |
| 19 | environment_variables |
Get/set/delete/list environment variables |
| 20 | printer_management |
Printers, print queue, default printer, print files |
| 21 | firewall_rules |
Firewall status, rules, profiles management |
| 22 | network_shares |
Map drives, SMB shares, network connections |
| 23 | event_log |
Windows Event Log reader, search, export |
| 24 | system_restore |
Restore points, system protection management |
Domain knowledge for effective Windows automation — tool selection guide, best practices, common patterns, and advanced recipes.
| Command | Description |
|---|---|
/system-info |
Comprehensive system information summary |
/cleanup |
Analyze and clean temporary files |
/installed-apps |
List all installed applications |
/network-check |
Full network diagnostics |
/startup-apps |
View and manage startup programs |
/disk-health |
Disk health, SMART data, and storage status |
/security-check |
Windows Defender, Firewall, Updates, UAC, BitLocker |
/performance-monitor |
CPU, RAM, disk I/O, network, top processes |
/wifi-status |
WiFi connection details, signal, speed, IP |
/battery-report |
Battery health, capacity, wear level, power plan |
/recent-files |
Recently accessed files with dates and sizes |
- Windows 10 or later
- Node.js 18+ — download from nodejs.org
- PowerShell 5.1+ — pre-installed on Windows 10/11
Install the .plugin file in Cowork mode. The MCP server starts automatically.
| Module | Purpose | Install Command |
|---|---|---|
| BurntToast | Enhanced notifications | Install-Module BurntToast -Force |
| AudioDeviceCmdlets | Switch audio devices | Install-Module AudioDeviceCmdlets -Force |
| PSWindowsUpdate | Windows Update management | Install-Module PSWindowsUpdate -Force |
cd servers
npm install
npm run build- Commands run with the same privileges as the Claude process (no auto-elevation)
- Destructive operations (registry, firewall, power, scheduled tasks, system restore, network shares) always require user confirmation
- Credentials and sensitive data are never stored or transmitted
- Screenshot data is processed in-memory and not persisted unless explicitly saved