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.
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.