PluginBench
MCP Server
Active
MIT

ai.adeu/adeu MCP Server

ai.adeu/adeu

Automated DOCX redlining engine — review and mark up Word documents via AI agent

What is the ai.adeu/adeu MCP server?

Automated DOCX Redlining Engine

How to install ai.adeu/adeu

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "adeu": {
      "command": "npx",
      "args": [
        "-y",
        "@adeu/mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "adeu": {
      "command": "npx",
      "args": [
        "-y",
        "@adeu/mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "adeu": {
      "command": "npx",
      "args": [
        "-y",
        "@adeu/mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "adeu": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@adeu/mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add adeu -- npx -y @adeu/mcp-server

Use cases

  • Legal contract review where an AI flags suggested edits as tracked changes
  • Automated proofreading of DOCX reports with inline redlines
  • Comparing draft documents and marking differences in Word format
  • Integrating document redlining into an AI-assisted editorial workflow

ai.adeu/adeu MCP server FAQ

What file formats does adeu support?

Based on the description, adeu is focused on DOCX (Microsoft Word) files specifically.

Does adeu produce real tracked changes in the output file?

The server is described as a redlining engine, implying it produces standard Word-compatible tracked-change markup in DOCX output.

Do I need a Microsoft Word license to use this?

No — DOCX processing is handled programmatically via the npm package without requiring Word to be installed.

How do I configure it in my MCP client?

Add `@adeu/mcp-server` as an MCP server in your client's configuration, pointing to the npm-installed binary as the server command.

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →