MCP server for reading, editing, and comparing Word (.docx) and OpenDocument (.odt) files with tracked changes. For Claude, Gemini CLI, Cursor, and any MCP client. Apache-2.0 licensed.
{
"mcpServers": {
"usejuniordocx": {
"command": "npx",
"args": [
"-y",
"@usejunior/docx-mcp"
]
}
}
}