Skip to content

winrdp-mcp 0.1.0

Choose a tag to compare

@emog33k emog33k released this 10 Aug 06:16
· 4 commits to master since this release

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 ladderprovision_host climbs WinRM → SSH → SMB/WMI cold-start → paste-once bootstrap.
  • Real elevation — full-token over WinRM with a one-shot SYSTEM Scheduled-Task fallback; as_user runs inside the interactive RDP desktop.
  • 5 MCP prompts (guided workflows) and 2 resources (inventory + live host summary).
  • Tool profilesWINRDP_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.