Winrdp MCP

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. It runs locally over stdio via the published package.

People who work with Winrdp and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-11 · ★ 2 · #534 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Winrdp MCP

before you install - you'll need

Set WINRDP_VAULT_KEY before connecting. WINRDP_PROFILE is optional or environment-specific per the README.

Claude Code

claude mcp add emog33k-winrdp-mcp -- uvx winrdp-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "emog33k-winrdp-mcp": {
      "command": "uvx",
      "args": [
        "winrdp-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-10 - young repo, little track record yet

license MIT - declared in the repository

pypi package winrdp-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.emog33k is GitHub-verified and matches the repo owner

03 · What Winrdp MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.4 · 2026-08-11

Robust + faster base64 WinRM upload fallback: AppendAllText (fixes 'Stream was not readable'), gzip compression (fewer round-trips), and chunk sizing verified under the real pywinrm-encoded command-line limit.…

v0.1.3 · 2026-08-10

Adds the MCP Registry ownership marker and lists winrdp-mcp on the official MCP Registry. No functional changes. See CHANGELOG.

v0.1.2 · 2026-08-10

Polish release on top of the 0.1.1 security hardening. · Fixed · SMB fast-channel probe fails fast (8s). smbprotocol defaults to a 60s connection timeout, so a box with 445 open at the TCP layer but SMB filtered…

04 · Who maintains Winrdp MCP

winrdp-mcp is maintained by emog33k. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
other - ranked #534 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
5 releases in the last 90 days (latest 2026-08-11)
registry
io.github.emog33k/winrdp-mcp (active, first published 2026-08-10)
packages
pypi:winrdp-mcp

06 · Winrdp MCP FAQ

What is Winrdp MCP?

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. It runs locally over stdio via the published package.

Is Winrdp MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-11 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Winrdp MCP?

Run `uvx winrdp-mcp`. The README documents 2 environment variables (WINRDP_VAULT_KEY, WINRDP_PROFILE) to set first. Set WINRDP_VAULT_KEY before connecting. WINRDP_PROFILE is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Winrdp MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Winrdp MCP