Safe Docx
Rank #22,664io.github.UseJunior/safe-docx
AI-native surgical editing of Word .docx and OpenDocument .odt files with formatting preservation
Safe Docx is a Model Context Protocol (MCP) server published by UseJunior. It ranks #22,664 of 115,591 servers tracked on MCP Toplist, and its repository has 40 GitHub stars. Safe Docx is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 13 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 92,927 of 115,591 servers on MCP Toplist.
Use Safe Docx
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add safe-docx -- npx -y @usejunior/safe-docx[mcp_servers.safe-docx]
command = "npx"
args = ["-y", "@usejunior/safe-docx"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"safe-docx": {
"command": "npx",
"args": [
"-y",
"@usejunior/safe-docx"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"safe-docx": {
"command": "npx",
"args": [
"-y",
"@usejunior/safe-docx"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"safe-docx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@usejunior/safe-docx"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"safe-docx": {
"command": "npx",
"args": [
"-y",
"@usejunior/safe-docx"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"safe-docx": {
"command": "npx",
"args": [
"-y",
"@usejunior/safe-docx"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.UseJunior%2Fsafe-docx)<a href="https://mcptoplist.com/server/io.github.UseJunior%2Fsafe-docx"><img src="https://mcptoplist.com/badge/io.github.UseJunior%2Fsafe-docx.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
UseJunior
Other servers by UseJunior
View all UseJunior servers →Available versions (13)
| Version | Published |
|---|---|
| 0.19.1 | Jul 24, 2026 |
| 0.18.0 | Jul 24, 2026 |
| 0.15.0 | Jun 22, 2026 |
| 0.14.0 | Jun 20, 2026 |
| 0.12.1 | Jun 17, 2026 |
| 0.11.1 | Jun 15, 2026 |
| 0.10.0 | Jun 11, 2026 |
| 0.9.1 | Apr 28, 2026 |
| 0.9.0 | Apr 4, 2026 |
| 0.8.2 | Apr 3, 2026 |
| 0.8.1 | Apr 2, 2026 |
| 0.7.0 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Safe Docx?
- Safe Docx is maintained by UseJunior, which publishes 2 MCP servers (23 total versions) tracked on MCP Toplist.
- Is Safe Docx listed on the Official MCP Registry?
- Yes — Safe Docx is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Safe Docx have?
- MCP Toplist tracks 13 versions of Safe Docx, most recently published on Jul 24, 2026.
- Where can I find the source code for Safe Docx?
- The source code for Safe Docx is hosted at github.com/usejunior/safe-docx/tree/HEAD/packages/docx-mcp.