Odel
docx4j Word documents

docx4j Word documents

Local
@plutextJavaUpdated 4 days ago

Read, convert and fill Word (.docx) documents: templates, Markdown/HTML in and out, PDF with math.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

MCP Bundlehttps://github.com/plutext/docx4j-mcp/releases/download/v0.1.0/docx4j-mcp.mcpb

Distributed as an MCP bundle (`https://github.com/plutext/docx4j-mcp/releases/download/v0.1.0/docx4j-mcp.mcpb`) — download it and import the bundle in your MCP client.

Dockerghcr.io/plutext/docx4j-mcp:0.1.0

Run

docker run -i --rm ghcr.io/plutext/docx4j-mcp:0.1.0

MCP client config

{
  "mcpServers": {
    "docx4j-word-documents": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/plutext/docx4j-mcp:0.1.0"
      ]
    }
  }
}