MCP Servers / productivity / Safe Docx

Safe Docx

JSON →
stdionone30productivity

Edit Word (.docx) documents with tracked changes, redlines, and formatting preservation. MIT licensed, 100% local processing.

Install
How to run this server
[ { "cmd": "npx -y @usejunior/safe-docx", "imports": [] } ]
server path: safe-docx
Tools
What this server exposes
read_file
Read a .docx file and return its content in a specified format (e.g., markdown or plain text).
grep
Search for a pattern within a .docx file and return matching locations or paragraph IDs.
replace_text
Replace text in a specific paragraph identified by target_paragraph_id, replacing old_string with new_string, guided by an instruction.
save
Save the current document state to a local file path, optionally specifying the save format.
Configuration
Environment & auth
authnone
Resources
Safe Docx — MCP Server · libregistry