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).
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.
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"
]
}
}
}