Automated DOCX Redlining Engine
claude mcp add adeu -- npx -y @adeu/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"adeu": {
"command": "npx",
"args": [
"-y",
"@adeu/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"adeu": {
"command": "npx",
"args": [
"-y",
"@adeu/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"adeu": {
"command": "npx",
"args": [
"-y",
"@adeu/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"adeu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@adeu/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"adeu": {
"command": "npx",
"args": [
"-y",
"@adeu/mcp-server"
]
}
}
}
Used it in a multi-step workflow; results were consistent.
Solid tool — did exactly what the schema promised on the first call.
Fast responses, sensible error messages when inputs were off.
Great docs mapping to real tool behavior. Auth was painless.
Reliable across a long session; no dropped connections.
POST /mcp