Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Odf Core

FreeMaintained

OpenDocument Format (.odt) core library: archive packaging, document view, surgical text replacement, and tracked-changes comparison

GitHubEmbed

About

OpenDocument Format (.odt) core library: archive packaging, document view, surgical text replacement, and tracked-changes comparison

README

Edit Word and OpenDocument files with coding agents.

CI codecov npm version License: Apache 2.0 GitHub last commit GitHub issues closed

English · Español · 简体中文 · Português · Deutsch

Safe Docx is a local MCP server and CLI for reading, searching, editing, comparing, converting, and saving document files. It preserves DOCX structure and can produce clean or tracked-changes output.

Example

Ask your coding agent:

Edit NDA.docx. Change the governing law from New York to Delaware.
Save a clean copy and a tracked-changes copy. Do not change anything else.

Safe Docx finds the clause, applies the targeted edit, and writes both files for review. The rest of the document stays outside the requested edit.

Follow the complete editing walkthrough.

Comparisons

Install

npm install --global @usejunior/safe-docx

Then configure your MCP client with the installed executable's absolute path. For Claude Code:

claude mcp add safe-docx -- /absolute/path/to/safe-docx

Antigravity CLI

Add Safe Docx to ~/.gemini/config/mcp_config.json:

{
  "mcpServers": {
    "safe-docx": {
      "command": "/absolute/path/to/safe-docx",
      "args": []
    }
  }
}

Restart agy, then ask it to edit a .docx file. Antigravity may ask you to approve the MCP server before first use.

See Installation and verification for locating the executable, pinning a version, and configuring clients.

Documentation

Standards Conformance

Browse the Safe Docx Conformance Explorer to navigate ECMA-376 sections, OOXML schema declarations, capability claims, explicit non-goals, and measured cross-implementation outcomes.

The generated repository conformance report remains the source-controlled record of targeted sections, non-goals, and verification references.

What Safe Docx Is Not Optimized For

Safe Docx is not a visual editor or layout engine. It does not provide browser rendering, real-time collaboration, or pixel-level pagination guarantees. .dotx templates must be converted to .docx before use.

from github.com/UseJunior/safe-docx

Install Odf Core in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install odf-core

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add odf-core -- npx -y @usejunior/odf-core

Step-by-step: how to install Odf Core

FAQ

Is Odf Core MCP free?

Yes, Odf Core MCP is free — one-click install via Unyly at no cost.

Does Odf Core need an API key?

No, Odf Core runs without API keys or environment variables.

Is Odf Core hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Odf Core in Claude Desktop, Claude Code or Cursor?

Open Odf Core on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

Compare Odf Core with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs