A zero-dependency **MCP (Model Context Protocol) server** that turns a Windows workstation into a full AI-agent workbench. Built for Claude Desktop (stdio transport), pure Python standard library - no `pip install` required. ```mermaid flowchart LR C[Claude Desktop] <-->|stdio JSON-RPC| S[server.py] S --> SH[run_command<br/>PowerShell]