docx-mcp

hongkongkiwi/docx-mcp
★ 26 stars Rust File System Updated 3mo ago ✗ Risk
MCP Server for dealing with Microsoft .docx files
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "docx-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "docx-mcp"
      ]
    }
  }
}