Adeu MCP Server

LLMs speak Markdown; reviewers speak "Track Changes." Adeu is a docx ↔ LLM translator: a Model Context Protocol (MCP) server (Python and Node.js implementations) and accompanying SDKs that act as a Virtual DOM for Microsoft Word. It provides a two-way abstraction layer that lets AI agents freely edit document text without destroying the underlying formatting or complex DOCX XML.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 149 · #10 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Adeu

Claude Code

claude mcp add dealfluence-adeu -- npx -y @adeu/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dealfluence-adeu": {
      "command": "npx",
      "args": [
        "-y",
        "@adeu/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @adeu/mcp-server - the @adeu scope differs from the repo owner (dealfluence); confirm it's the project's official package

registry vendor namespace ai.adeu - domain-verified with the official MCP registry

03 · What Adeu can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.0.0 · 2026-08-22

Content controls: anchored projection, fields ledger, write gates, set_field · read revision state across every story part, with per-part accept/reject disambiguation · strip synthetic cell anchors from clean-text payl…

v2.4.1 · 2026-08-18

bump @n8n/eslint-plugin-community-nodes from 0.28.0 to 0.29.0 in /node · bump @types/node from 26.1.2 to 26.2.0 in /node · bump @typescript-eslint/parser from 8.66.0 to 8.67.0 in /node · bump n8n-workflow from 2.34.1…

v2.4.0 · 2026-08-13

04 · Who maintains Adeu

adeu is maintained by dealfluence. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
automation - ranked #10 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-22)
registry
ai.adeu/adeu (active, first published 2026-05-05 · 2 versions)
packages
npm:@adeu/mcp-server

06 · Adeu FAQ

What is Adeu?

LLMs speak Markdown; reviewers speak "Track Changes." Adeu is a docx ↔ LLM translator: a Model Context Protocol (MCP) server (Python and Node.js implementations) and accompanying SDKs that act as a Virtual DOM for Microsoft Word. It provides a two-way abstraction layer that lets AI agents freely edit document text without destroying the underlying formatting or complex DOCX XML.

Is Adeu still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Adeu?

Run `npx -y @adeu/mcp-server`. You can also paste the ready-made client config above.

Does Adeu run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Adeu

More automation MCP servers · DDC/CI Control Bridge · Remote Desktop Commander · Chain Weaver · Hotelbooking AI · Labby

More Python MCP servers · Deep Mem · Defenter Proxy · Fiscal Brasil (dehor-labs) · Delego · Delimit · see all