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.
{
"mcpServers": {
"adeu": {
"command": "npx",
"args": [
"-y",
"@adeu/mcp-server"
]
}
}
}{
"mcpServers": {
"adeu": {
"command": "npx",
"args": [
"-y",
"@adeu/mcp-server"
]
}
}
}{
"mcpServers": {
"adeu": {
"command": "npx",
"args": [
"-y",
"@adeu/mcp-server"
]
}
}
}{
"servers": {
"adeu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@adeu/mcp-server"
]
}
}
}claude mcp add adeu -- npx -y @adeu/mcp-serverUse 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
Based on the description, adeu is focused on DOCX (Microsoft Word) files specifically.
The server is described as a redlining engine, implying it produces standard Word-compatible tracked-change markup in DOCX output.
No — DOCX processing is handled programmatically via the npm package without requiring Word to be installed.
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
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.