mcpbeat Sign in

Safe Docx MCP Server

local only

Safe Docx runs on your own machine — the client starts it, so there is no endpoint to ping. 211 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 106 · avg 39 · +109% w/w
a month agotoday
211
Installs / week
npm · @usejunior/safe-docx
42
Stars
66 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] index.js:1, [пакет] bin/safe-docx.js:1
этот файл ставится пользователю, но в репозитории его нет
  const prefix = path.join(workspace, name);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release.yml:514
          chore(site): update changelog data for ${{ env.RELEASE_TAG }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add safe-docx -- npx -y @usejunior/safe-docx
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "safe-docx": {
      "args": [
        "-y",
        "@usejunior/safe-docx"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.safe-docx]
command = "npx"
args = ["-y", "@usejunior/safe-docx"]
.cursor/mcp.json
{
  "mcpServers": {
    "safe-docx": {
      "args": [
        "-y",
        "@usejunior/safe-docx"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "safe-docx": {
      "args": [
        "-y",
        "@usejunior/safe-docx"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Safe Docx

same job, measured the same way
Word AI
by flyfish-dev

Structure-preserving Word DOCX editing MCP server and Office.js bridge for AI agents.

local only
Filesystem
by fieldcure

Secure MCP server for sandboxed filesystem operations with document parsing support.

local only
MCP Document Reader
by xt765

An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files

174 installs/wk local only
Che Word MCP
by kiki830621

Swift-native MCP server for Word (.docx) manipulation with 148 tools

local only
I
Vector Memory
by neerajg03

Semantic document memory using Redis vector store. Save and recall files with natural language.

205 installs/wk local only
Egnyte MCP Server
by ptyagiegnyte

Official Egnyte MCP Server for AI integration with document search, analysis, and collaboration.

local only
TablaCognita
by pstryder

MCP-native collaborative markdown editor with real-time AI document editing

answering
Office Oxide MCP
by aimino-tech

Rust-native MCP server for Office document processing

48 installs/wk local only

Safe Docx — questions

Answers built from our own checks of this server.

Why is there no uptime for Safe Docx?
Safe Docx runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @usejunior/safe-docx was installed 211 times last week.
How do I connect Safe Docx?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @usejunior/safe-docx straight from npm; nothing to host, nothing to sign up for.
How many people use Safe Docx?
The npm package @usejunior/safe-docx was installed 211 times in the last week. Week over week that is +109%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Safe Docx open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 42 stars on GitHub and 66 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.