Best for
- Legal-tech teams that need Word Track Changes and existing formatting preserved
- AI-agent workflows operating on local DOCX files
- Developers integrating document processing through the Python or TypeScript SDKs
The supplied materials identify Adeu as the official DOCX redlining MCP server maintained by the Adeu team. It uses stdio transport and offers a Node.js npm package plus a Python backend. Its main function is converting validated LLM text edits into native Word Track Changes while preserving document structure; file access, LLM data handling, and human review remain important operational responsibilities.
Adeu is an MCP server that translates DOCX documents to and from LLM-friendly Markdown and CriticMarkup. It validates text edits before applying them as native Word Track Changes while preserving existing formatting, layouts, complex XML, and comments as described in the source material. It provides Python and Node.js implementations and is licensed under MIT.
For the Node.js MCP backend, add the supplied configuration to an MCP-capable client and run npx -y @adeu/mcp-server. The Python backend can be run with uvx --from adeu adeu-server; the Python backend is required for live Microsoft Word integration on Windows. Gemini CLI supports gemini extensions install https://github.com/dealfluence/adeu. Claude Desktop can also install the Adeu.mcpb extension from GitHub Releases.
{"mcpServers":{"adeu":{"command":"npx","args":["-y","@adeu/mcp-server"]}}}