About Diff MCP Server
The Diff MCP Server is a utility server that enables AI assistants to compare text or data through the Model Context Protocol (MCP). It leverages the jsondiffpatch library to provide detailed and readable differences between various data formats. Key features include:
- Text Comparison: Utilizes the google-diff-match-patch library to perform text diffs, highlighting changes between two text inputs.
- Data Comparison: Supports comparison of structured data formats such as JSON, JSON5, YAML, TOML, XML, and HTML, producing diffs in multiple output formats including text, JSON, and JSON Patch.
- Flexible Input Formats: Accepts various input formats for both left and right data sources, allowing seamless integration into diverse workflows.
Designed for local operation, the server ensures data privacy and security. It is actively maintained as an open-source project.