winmerge

GitHub

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.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "winmerge": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-winmerge"
      ]
    }
  }
}