Zero-config server to provision and administer any Windows RDP box over WinRM/SSH/SMB.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A zero-config MCP server that provisions and fully administers any Windows RDP box β Windows 10/11 and Server 2016β2025 β for Claude and Claude Code.
You give it a host and admin credentials. It makes the box remotely manageable by itself β turning on WinRM, opening the Windows firewall, and fixing local-admin token filtering β regardless of the box's starting state or Windows version. Claude then gets 144 tools: shell, files, registry, services, processes, scheduled tasks, users, firewall, event logs, software, networking, live RDP control, screenshots, GUI automation, real UAC elevation, one-call health/security reports, and on-demand tool staging β plus 5 guided workflows (prompts) and live host resources.
Nothing is pre-installed on the target. The controller reaches boxes over WinRM / SSH / SMB from wherever Claude Code runs, and manages one box or a whole fleet from a single server.
provision_host climbs a ladder β WinRM β SSH β SMB/WMI cold-start β paste-once bootstrap β and makes a fresh, locked-down box manageable with no manual WinRM setup.SYSTEM Scheduled Task. as_user=True runs inside the interactive RDP desktop.readOnlyHint / destructiveHint safety annotations so MCP clients can gate destructive actions automatically. Narrow the surface to a focused set with a tool profile (WINRDP_PROFILE=admin|rdp|core).provision_and_harden, diagnose_box, security_audit, setup_dev_box, open_service_locally) turn a whole operation into one click, and resources (winrdp://hosts, winrdp://host/{alias}/info) hand the model the inventory and a live box summary without spending a tool call.run_python finds or installs Python, pip-installs deps, runs your code, and cleans up β same for Node, PowerShell, cmd, and batch. stage_tool pulls Sysinternals (or any URL/local file) onto the box mid-task.health_report (OS/CPU/RAM/disk/services/errors/updates/Defender in one read), apply_baseline (high-perf power plan, no sleep, long paths), whoami_priv, failed_logons, list_open_ports.| Mode | Command | Runs where | Reaches the box via |
|---|---|---|---|
| Controller (default) | winrdp-mcp serve | wherever Claude Code lives | WinRM / SSH / SMB+DCOM |
| Agent | winrdp-mcp agent | on the box itself | local PowerShell |
Both build the same server; python -m winrdp_mcp serve is equivalent to the console script.
Python 3.10+ on the operator machine (Windows, macOS, or Linux). Targets are Windows.
Optional extras and a local dev checkout:
Claude Desktop, one click: grab winrdp-mcp.dxt from Releases and open it (Settings β Extensions β Install from file), or build it yourself with pwsh dxt/build.ps1.
Drop a project .mcp.json at your repo root:
Or register from the CLI:
Set WINRDP_VAULT_KEY to a strong passphrase β it encrypts stored credentials at rest (see Configuration). Set WINRDP_PROFILE to admin, rdp, or core to expose a focused tool set instead of all 144.
Ask Claude to run these tools (arguments shown inline). Every tool takes an optional host= alias; omit it to hit the active host.
If the box has only RDP open, provision_host returns a bootstrap_oneliner to paste once into an RDP session β see Preparing a box.
144 tools across fifteen modules. The full catalog β every signature, parameter, default, and safety class β is in docs/TOOLS.md.
| Group | Module | # | What it covers |
|---|---|---|---|
| Hosts & Fleet | hosts.py | 8 | add_host, list_hosts, use_host, remove_host, test_host, provision_host, run_on_hosts (parallel fan-out), reboot_and_wait |
| Provisioning / UAC / Tooling | provisioning.py | 10 | enable_winrm, enable_ssh, run_elevated, uac_get/uac_set, stage_tool, stage_script, list_staged_tools, cleanup_staged, deploy_ui_agent |
| System | system.py | 8 | run_powershell, run_cmd, system_info, performance, event_log, screenshot, reboot, power_action |
| Scripting | scripting.py | 6 | run_python, run_python_file, pip_install, run_script (auto-interpreter), run_node, ensure_runtime |
| Files | files.py | 21 | list/read/write/search/upload/download/delete, make_dir, copy/move, file_hash, zip/unzip, ACL, download_file, tail_file, edit_file, sync_folder, transfer_between_hosts |
| Admin | admin.py | 25 | registry, services (service_control/service_create/service_delete), processes, scheduled tasks, users/groups, firewall, clipboard, event-log write/clear |
| RDP | rdp.py | 12 | rdp_status/rdp_enable/rdp_disable/rdp_set_port, sessions, disconnect/logoff, rdp_connect_to_console (tscon), rdp_connection_file, rdp_open, install_rdp_wrapper, rdp_allow_multiple_sessions |
| Software | software.py | 4 | install_software (winget/choco/MSI/EXE-url), uninstall_software, list_installed_software, ensure_package_manager |
| Network | network.py | 8 | net_info, ping, port_check, net_connections, port_proxy_add/list/delete (tunneling), set_dns |
| Windows | windows.py | 11 | cim_query (any WQL), windows_features, windows_update, hotfixes, Defender (status/realtime/exclusion_add/scan), env_get/env_set, list_startup |
| GUI | gui.py | 15 | windows/keyboard/mouse (send_keys, type_text, mouse_click, mouse_drag), UI Automation (ui_find/ui_invoke/ui_set_text), ocr_screen, find_and_click, wait_for_window, record_screen, gui_script |
| Waiters | waiters.py | 4 | wait_for_port, wait_for_service, wait_for_process, wait_for_file β block until a condition holds |
| Scheduling | scheduling.py | 4 | schedule_command, run_at_startup, persist_as_service (NSSM auto-restart), unpersist_service |
| Tunnel | tunnel.py | 3 | port_forward, port_forward_stop, port_forward_list β SSH local-forward a box's service to your machine |
| Ops | ops.py | 5 | health_report, apply_baseline, whoami_priv, failed_logons, list_open_ports β one-call health & security reads |
Safety classification across all 144: 49 read-only, 23 destructive, 72 mutating. Read-only tools are safe to auto-run; destructive tools carry destructiveHint=True so clients gate them behind confirmation.
Beyond tools, the server exposes MCP prompts (user-invoked, one-click operations that steer the model through the right tool sequence) and resources (bounded read-only context the client can hand the model for free):
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/winrdp-mcp)<a href="https://allmcps.com/mcp/winrdp-mcp"><img src="https://allmcps.com/api/badge/winrdp-mcp?style=directory" alt="Winrdp MCP on AllMCPs" /></a>