diff for Claude Desktop
io.github.ryudi84/diff
MCP server for computing text diffs, comparing strings, and generating unified diff output.
client:Claude Desktop
transport:stdio
runtime:npm
Install diff in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"diff": {
"command": "npx",
"args": [
"-y",
"diff-forge-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs