Safe Docx
Edits an existing Word file in place and emits both a clean copy and a tracked-changes redline.
Add it to your client
Communitynpm install --global @usejunior/safe-docx
- Transport
- stdio
- Runtime
- Node
- License
- Apache-2.0
- Stars
- 38
The common failure when a model touches a Word document is that it regenerates the file instead of editing it, and styles, numbering, headers and footnotes quietly disappear along the way. This server locates the clause that the instruction actually refers to and changes only that, leaving the surrounding structure untouched. From the same edit it can write two outputs, a clean version and a tracked-changes version, which matters because a reviewer is going to ask what moved. Comparison, search, footnotes and comments are covered too, and it runs locally as an MCP server and a CLI over the same engine, so contracts do not have to leave the machine to be redlined.
Similar MCP servers
Grounded Docs MCP Server
MCP serverIndexes library documentation locally so queries answer for the version actually in your lockfile.
Needle MCP Server
MCP serverBuilds and searches Needle document collections so PDFs, DOCX and XLSX files answer questions.
Joplin MCP Server
MCP serverSearches and edits Joplin notes, notebooks and tags through the Web Clipper API, with graded permissions.

Comments(0)
Sign in to comment