# Hackplayers/evil-winrm | Model Context Protocol (MCP) Server > The ultimate WinRM shell for hacking/pentesting - **Stars**: ⭐ 5,371 - **Language**: Ruby - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "evil-winrm": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-evil-winrm" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "evil-winrm": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-evil-winrm" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-evil-winrm` - **Docker**: `docker run -i --rm mcp/evil-winrm`