docx-mcp

hongkongkiwi/docx-mcp
★ 26 stars Rust 📁 File System Updated 11d ago
MCP Server for dealing with Microsoft .docx files
View on GitHub →

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"
      ]
    }
  }
}