Best for
- Interactive editing sessions where documents are open in Word (Windows/macOS).
- Collaborative review where AI generates tracked changes and comments.
- Cross-platform creation and editing of .docx files without needing Word installed.
Word MCP Live offers the most comprehensive Word editing capabilities, especially live editing and tracked changes. It suits scenarios where AI assists with document collaboration and formatting, but note that live features vary between Windows and macOS, and local installation is required.
Word MCP Live is an MCP server that gives AI assistants (like Claude, Cursor) full control of Microsoft Word via MCP. It supports live editing (changes appear while Word is open), tracked changes, comments, per-action undo, and more. It offers 124 tools across two modes: cross-platform (python-docx) and live (Windows COM, macOS JXA). It allows AI to add tracked changes and comments in your name, and every AI edit is one Ctrl+Z away.
pip install word-mcp-live.claude_desktop_config.json) using the uvx command. Optionally set environment variables MCP_AUTHOR and MCP_AUTHOR_INITIALS.{
"mcpServers": {
"word": {
"command": "uvx",
"args": ["word-mcp-live"],
"env": {
"MCP_AUTHOR": "Your Name",
"MCP_AUTHOR_INITIALS": "YN"
}
}
}
}