winrdp-mcp 0.1.0
Zero-config MCP server to provision and fully administer any Windows RDP box (Win10/11, Server 2016–2025) — for Claude & Claude Code.
Highlights
- 144 tools across 15 modules: hosts/fleet, provisioning & UAC, system, scripting, files, admin, RDP, software, network, deeper Windows management, native GUI automation, wait-for-condition helpers, scheduling/persistence, SSH tunneling, and high-level ops.
- Zero-config provisioning ladder —
provision_hostclimbs WinRM → SSH → SMB/WMI cold-start → paste-once bootstrap. - Real elevation — full-token over WinRM with a one-shot SYSTEM Scheduled-Task fallback;
as_userruns inside the interactive RDP desktop. - 5 MCP prompts (guided workflows) and 2 resources (inventory + live host summary).
- Tool profiles —
WINRDP_PROFILE=full|admin|rdp|core. - Safety-annotated tools (49 read-only / 23 destructive / 72 mutating).
Install
pipx install winrdp-mcp
# or: uvx winrdp-mcp serve | pip install winrdp-mcp
Register with Claude Code:
claude mcp add winrdp -- winrdp-mcp serve
See the README and docs/ for the full tool reference, provisioning walkthrough, and security model.