Skip to content
Cursor

winrdp mcp for Cursor

io.github.emog33k/winrdp-mcp

Zero-config server to provision and administer any Windows RDP box over WinRM/SSH/SMB.

client:Cursor transport:stdio runtime:pypi

Install winrdp mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "winrdp-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "winrdp-mcp"
      ],
      "env": {
        "WINRDP_VAULT_KEY": "<WINRDP_VAULT_KEY>",
        "WINRDP_PROFILE": "<WINRDP_PROFILE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

winrdp mcp in other clients