diff mcp for Claude Desktop
io.github.mrfentmen/diff-mcp
Compare two texts or files and show line changes locally. No network and no key.
client:Claude Desktop
transport:stdio
runtime:npm
Install diff mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"diff-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/diff-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs