Wraps python-docx to give Claude direct read and write access to .docx files on your local filesystem. Exposes three straightforward operations: read_word_document pulls text content from existing files, create_word_document writes new documents from scratch, and append_to_document tacks content onto existing ones. The implementation is minimal and focused on text manipulation rather than complex formatting. Useful when you need Claude to generate reports, draft documents, or process Word files without manual copy-paste, though you'll want something more robust if you need tables, styles, or advanced document structure. Setup requires a local Python environment with python-docx installed.
claude mcp add --transport stdio io.github.swadegeiger1-word-mcp -- uvx word-mcp-server-swadegeiger1