Skip to content
adeu logo

adeu

Verified

Translates DOCX to CriticMarkup for safe AI-driven Word edits.

MCP ServerOtherLocal (stdio) 94
View on GitHub
Updated 2026-06-15

What is the adeu MCP server?

Adeu provides a two-way abstraction layer between .docx files and LLMs. It translates documents into CriticMarkup with a semantic appendix, validates edits, and applies changes as native track changes without altering layout or fonts.

The server supports both Python and Node.js backends and integrates with live Microsoft Word on Windows. It acts as a safety gate that blocks ambiguous or invalid edits before they reach the file.

Install & connect

Add this to your MCP client config. Pick your client below and copy.

{
  "mcpServers": {
    "adeu": {
      "command": "uvx",
      "args": [
        "adeu"
      ]
    }
  }
}

Package: adeu (pypi)

Tools it exposes

3 tools your AI client can call once connected.

read_docxReads a document into CriticMarkup Markdown with semantic appendix
clean_view
process_document_batchApplies unified list of changes including modify, accept, reject, or reply
finalize_documentScrubs metadata, locks document, and prepares for distribution

Example prompts

Once connected, try asking your AI client:

Read the current contract with clean_view enabled and summarize key terms
Apply these tracked changes to the active document using process_document_batch
Finalize the proposal by removing author metadata and setting read-only protection
Review the latest revisions and accept all changes from reviewer ID 3

Security & permissions

Runs locally via stdio with direct file system access to .docx files; Python backend required for live Word integration on Windows.

What you can do with adeu

Legal document review

Read contracts, propose tracked edits, and manage comments without breaking formatting.

Collaborative redlining

Let agents negotiate changes via accept/reject operations on existing track changes.

Final document prep

Strip metadata and lock files before distribution using the finalize tool.

How to use adeu

  1. 1Install via npx @adeu/mcp-server or uvx adeu-server depending on backend
  2. 2Add the JSON config to your MCP client settings
  3. 3Restart the client and verify the adeu server appears in the tools list
  4. 4Use read_docx first to load documents into the agent context
  5. 5Call process_document_batch or finalize_document to apply edits

adeu: pros & cons

Pros

  • +Preserves complex DOCX formatting and track changes
  • +Provides safety validation before any file modification
  • +Works with both local files and live Word on Windows
  • +Token-efficient Markdown representation reduces context cost

Cons

  • Requires Windows and Microsoft Word for live integration
  • Limited to the three documented tools
  • Installation involves separate packages for Node and Python
Did you find this helpful?

Frequently asked questions

Yes, when using the Python backend on Windows with Word installed.

User reviews

Verified reviews from the community shape this listing's rating.

Loading reviews…

Sign in to review

Promote adeu

Add this badge to your website, or share the tool.

DFeatured on Dhanasviadeu 0