Safe Docx for Cursor
io.github.usejunior/safe-docx
AI-native surgical editing of Word .docx and OpenDocument .odt files with formatting preservation
client:Cursor
transport:stdio
runtime:npm
Install Safe Docx in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"safe-docx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@usejunior/safe-docx"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs