Odel
Safe Docx

Safe Docx

Local
@usejunior40TypeScriptApache-2.0Updated 5 days ago

AI-native surgical editing of Word .docx and OpenDocument .odt files with formatting preservation

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@usejunior/safe-docxv0.19.1

Run

npx -y @usejunior/safe-docx

MCP client config

{
  "mcpServers": {
    "safe-docx": {
      "command": "npx",
      "args": [
        "-y",
        "@usejunior/safe-docx"
      ]
    }
  }
}