# WinMerge/winmerge | Model Context Protocol (MCP) Server > WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle. - **Stars**: ⭐ 9,076 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "winmerge": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-winmerge" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "winmerge": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-winmerge" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-winmerge` - **Docker**: `docker run -i --rm mcp/winmerge`