Winrdp MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 119 installs a week from pypi. Last commit 11 Aug 2026.
Zero-config server to provision and administer any Windows RDP box over WinRM/SSH/SMB.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
cp = subprocess.run(["cmdkey", f"/generic:TERMSRV/{h.host}",
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add winrdp-mcp -- uvx winrdp-mcp
{
"mcpServers": {
"winrdp-mcp": {
"args": [
"winrdp-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.winrdp-mcp]
command = "uvx"
args = ["winrdp-mcp"]
{
"mcpServers": {
"winrdp-mcp": {
"args": [
"winrdp-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"winrdp-mcp": {
"args": [
"winrdp-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
WINRDP_VAULT_KEY (Optional Fernet key to encrypt the host inventory at rest. Omit to use a machine-local key file.), WINRDP_PROFILE (Tool profile to expose: full (default), admin, rdp, or core.).
The author declared them in the registry entry; get the values from the project itself.
Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.
SSH-based MCP control of remote Linux, macOS, and Windows servers -- 46 purpose-built tools.
Drive one tmux server: sessions, windows, panes, and the output they produce.
Zero-config MCP server bundling 50+ utility tools: converters, OCR, scraping, and formatters.
Headless Windows ops over MCP: hidden PowerShell plus in-process SSH, WinRM and SFTP.
Administer wg-easy (WireGuard Easy) v15: manage VPN clients, configs, QR codes and server status
Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup
MCP server for the PensionPro pension administration REST API.
Answers built from our own checks of this server.