docx-mcp-server

bradygaster/docx-mcp-server
★ 3 stars TypeScript 💻 Code/Dev Tools Updated 30d ago
MCP server for reading Word documents (.docx) — use with GitHub Copilot CLI or VS Code
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "bradygaster/docx-mcp-server"
      ]
    }
  }
}