winrdp mcp for Grok
io.github.emog33k/winrdp-mcp
Zero-config server to provision and administer any Windows RDP box over WinRM/SSH/SMB.
client:Grok
transport:stdio
runtime:pypi
Install winrdp mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"winrdp-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"winrdp-mcp"
],
"env": {
"WINRDP_VAULT_KEY": "<WINRDP_VAULT_KEY>",
"WINRDP_PROFILE": "<WINRDP_PROFILE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs