🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@fre4x/docx

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fre4x/docx

DOCX Editor MCP server

latest
npmnpm
Version
1.1.1
Version published
Weekly downloads
35
-84.98%
Maintainers
1
Weekly downloads
 
Created
Source

@fre4x/docx

An MCP server for creating and reading Microsoft Word (.docx) documents. Operates locally with no external APIs required.

Tools

ToolDescriptionInputs
docx_create_documentCreates a new .docx filefilepath (string), content (string), title (optional string)
docx_read_documentReads text from a .docx filefilepath (string)

Installation & Configuration

Claude Desktop

Add the following to your claude_desktop_config.json:

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

Mock Mode

The server supports a MOCK mode which returns mock fixtures without making any real file system changes.

MOCK=true npx @fre4x/docx

FAQs

Package last updated on 08 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts