Json差异补丁
HTTP-SSESTDIO文本和数据比较差异输出MCP服务器
文本和数据比较差异输出MCP服务器
jsondiffpatch.com
MCP Server to compare text or data and get a diff
powered by jsondiffpatch
compare text or data and get a readable diff.
Inputs:
left (string | unknown[] | Record<string, unknown>): left text or dataleftFormat (string, optional): text, json, json5 (default), yaml, toml, xml, htmlright (string | unknown[] | Record<string, unknown>): right text or data (to compare with left)rightFormat (string, optional): text, json, json5 (default), yaml, toml, xml, htmloutputFormat (string, optional): text (default), json, jsonpatchAdd this to your claude_desktop_config.json:
{ "mcpServers": { "diff": { "command": "npx", "args": [ "-y", "diff-mcp" ] } } }
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.