Adeu v1.4: Open-Source MCP for Track Changes in DOCX

LLMs handle Markdown natively, but legal documents use Track Changes in DOCX. Adeu is an open-source MCP server (MIT license) that treats the DOCX as a Virtual DOM, injecting native w:ins and w:del XML to create proper redlines while preserving formatting, numbering, and layouts.
New in v1.4.0
- Footnotes and endnotes projected inline with stable OOXML IDs — editable with full tracked changes.
- Defined terms extracted into a symbol table; linter flags duplicates, unused terms, and Levenshtein-distance typos.
- Cross-references and bookmark dependency maps extracted automatically.
- Multi-level lists round-trip cleanly through Markdown indentation.
- Diff hunk coalescing prevents fragmented redlines across single clauses.
Quick Start
uvx adeu initInit initializes the MCP server in your project. After that, Claude (or any MCP-compatible agent) can open a DOCX, suggest edits, and have them rendered as proper Track Changes.
Why This Matters
Standard LLM output is Markdown. Legal documents require precise OOXML redlining. Adeu bridges that gap by surgically modifying the XML rather than converting to Markdown, editing, and converting back — which destroys layouts, numbering, and track changes.
Who It's For
Developers building AI-powered legal document review or contract analysis tools.
📖 Read the full source: r/ClaudeAI
👀 See Also
Usage4Claude 3.0.0: Open Source macOS Menu Bar Tracker for Claude and Codex
Usage4Claude 3.0.0 adds optional Codex support, built-in browser login for Claude, multi-account switching, and localized notifications.

Reverse-engineered Claude Design System Prompt for slop-free AI UI agents
Open-source system prompt that replaces generic SaaS trope output with a disciplined design philosophy: WCAG, real CSS Grid, token-based systems, and 14 procedural skills.

Using a Smart Pixel Clock for Claude AI Completion Notifications
A Reddit user shares a method to display Claude AI completion notifications using a ULANZI TC001 Smart Pixel Clock with custom firmware and an HTTP endpoint.

Zoku: A Tool That Automatically Detects Repeated Workflows in Claude Code
Zoku is a local tool that hooks into Claude Code's event system to record tool actions across sessions, identifies repeated workflow patterns, and then informs Claude about these patterns so it can proactively suggest or execute them. It requires no configuration, has no dependencies, and stores everything locally in ~/.zoku/.