onword-mcp

mirecekd/onword-mcp
★ 0 stars Python File System Updated 15d ago
MCP server for live, surgical editing of the document currently open in Microsoft Word. Works on the running Word instance via COM automation (pywin32) - large-document friendly and safe for Teams/SharePoint co-authoring.
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": {
    "onword-mcp": {
      "command": "uvx",
      "args": [
        "onword-mcp"
      ]
    }
  }
}

Or install with pip: pip install onword-mcp

README Excerpt

MCP server for live, surgical editing of the document currently open in Microsoft Word. Works on the running Word instance via COM automation (pywin32) - large-document friendly and safe for Teams/SharePoint co-authoring. <div align="center"> </div> Existing Word MCP servers either work on closed `.docx` files (useless for documents opened from Teams) or rewrite the whole `doc.Content.Text` at once, which breaks co-authoring sync and freezes Word on large documents.

Tools (7)

MCP_HOSTMCP_PORTMCP_TRANSPORTget_document_infoget_selectionlist_document_stylessave_document