Skip to content
Grok

Safe Docx for Grok

io.github.usejunior/safe-docx

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

client:Grok transport:stdio runtime:npm

Install Safe Docx in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Safe Docx in other clients