Adeu is an MCP server published as the npm package @adeu/mcp-server (version 1.7.1) and communicates over the stdio transport. Its stated purpose is automated redlining of DOCX files — that is, programmatic generation of tracked changes or revision markup within Word-compatible documents.
No tool list is provided in the registry record, so the specific operations an agent can invoke — such as inserting tracked changes, accepting or rejecting revisions, or comparing document versions — cannot be enumerated from verified facts. What is known is that the server is oriented around DOCX document revision workflows, meaning agents that need to handle contract edits, legal markups, or collaborative document review cycles in a Word-compatible format are the target audience.
The server runs via stdio, so it must be launched as a subprocess by the MCP host rather than reached over a network socket. There are no documented environment variables required for configuration. The package is available on npm and the source repository is hosted at github.com/dealfluence/adeu.
Adeu is the wrong choice if the documents in question are not in DOCX format, if a network-accessible transport is required, or if detailed tool-level documentation is needed before integration, since no tool schema is currently published in the registry record.