提交

Mcp Office Word

@dosev-ai

Local-first MCP server for Microsoft Word. 50 tools cover document creation, paragraph/heading/table management, style application, tracked changes review, bulk find-replace, image insertion, and PDF/HTML export. File-based tools (python-docx) run on Windows without Word installed. COM tools (tracked changes, PDF/HTML export) additionally require Microsoft Word. No hosted tier — runs on your machine.
概览

MCP Office Word

Local-first MCP server for Microsoft Word — part of the mcp-office suite. 50 tools for document assembly, tracked changes, and structural QA over stdio.

Capabilities: document creation, paragraph/heading/table management, style application, tracked changes review, bulk find-replace, image insertion, PDF/HTML export.

Requirements: Windows · Python 3.11+ · Microsoft Word needed only for COM tools (tracked changes, PDF/HTML export); file-based tools (python-docx) work without Word. No hosted tier — runs on your machine.

Install: git clone https://github.com/dosev-ai/mcp-office && pip install -e ./wordmcp Config: { "mcpServers": { "word": { "command": "python", "args": ["-m","wordmcp.server"] } } } License: MIT

服务器配置

{
  "mcpServers": {
    "word": {
      "command": "python",
      "args": [
        "-m",
        "wordmcp.server"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.