Jsondiffpatch
MCP ServerFeaturedby Community · Added 5mo ago
Claude
5.3k
Install
See GitHub for installationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"jsondiffpatch": {
"command": "npx",
"args": [
"jsondiffpatch"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Compares and patches JavaScript objects, generating compact deltas for efficient updates and reversions.
Tags
Developer Toolsmcp-servertop-100