mcp-docx-server

AlexanderErdelyi/mcp-docx-server
★ 0 stars Python 📁 File System Updated today
A local MCP server that reads Microsoft Word (.docx) files — from local disk or Azure DevOps work item attachments — and exposes their content as plain text to AI assistants like GitHub Copilot.
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": {
    "mcp-docx-server": {
      "command": "uvx",
      "args": [
        "mcp-docx-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-docx-server