docx-mcp

zavora-ai/docx-mcp
★ 2 stars Rust Other Updated today
DOCX MCP Server — 29 tools for creating, reading, editing, and converting Word documents
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"
      ]
    }
  }
}