Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Docx Server

FreeNot checked

MCP server to manipulate DOCX file

GitHubEmbed

About

MCP server to manipulate DOCX file

README

This is the MCP docx server. It is used to manipulate DOCX files, including creating and editing them. Below is an example configuration to run the server in Claude Desktop.

Example Configuration

{
  "mcpServers": {
    "WordDocServer": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli],python-docx,docx2pdf",
        "mcp",
        "run",
        "<your local path>/mcp-docx-server/server_runner.py"
      ]
    }
  }
}

License

See the LICENSE file for details.

from github.com/h4ck4life/mcp-docx-server

Installing Docx Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/h4ck4life/mcp-docx-server

FAQ

Is Docx Server MCP free?

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

Does Docx Server need an API key?

No, Docx Server runs without API keys or environment variables.

Is Docx Server hosted or self-hosted?

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

How do I install Docx Server in Claude Desktop, Claude Code or Cursor?

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

Related MCPs

Compare Docx Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs