Text Diff Engine

Text Diff Engine MCP Connector for Claude

A+

Exact character-by-character string comparison. Stop relying on LLM summaries and get absolute text diffs for code and contracts.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

LLMs summarize differences rather than showing them exactly. This MCP uses the diff library to provide deterministic, line-by-line patch generation.

The Superpowers

  • Exact Patches: See exactly which characters or lines were added or removed.
diffingtext-comparisonpatch-generationcode-reviewversion-controldeterministic-analysis

1 tools expose this connector's capabilities to your AI agent.

compare_texts

Pass the original and modified versions and receive a structured diff with additions, deletions, and unchanged lines. Performs an exact line-by-line diff comparison between two strings

See how to talk to your AI agent using Text Diff Engine.

Generate a unified diff between `v1-config.json` and `v2-config.json`.

✅ **Diff Generated:** ```diff - "timeout": 30 + "timeout": 60 ```

Show me the word-level differences between these two legal contract paragraphs.

✅ **Word Diff:** Detected 4 removed words and 2 added clauses accurately.

Compare the original HTML file with the minified version to ensure no attribute loss.

✅ **Comparison Complete:** The files are structurally identical, differing only in 1,204 whitespace removals.

Yes, it is excellent for comparing code files.

Related Connectors