EST. 2026 Β· FINE INSTRUMENTS FOR DOCUMENT PLUMBING CATALOG β„– 119 Β· SERVICE Β· GITHUB Β· PYPI
DOES
EVERYTHING
🚰
Model Context Protocol Β· Server for Microsoft Word

Kitchen­Sink4Word

Everything plus the kitchen sink for Microsoft Word β€” the most complete .docx MCP server ever plumbed.

119Tools
344Tests
~1,150Stress calls
0Corruptions
Install the Sink Read the Source
DEPT. 01

Why this exists

An AI agent once needed fifteen minutes to edit twenty table cells in a Word document. Not because the agent was slow β€” because every Word MCP server on the market was missing something. One couldn't delete a table column. Another had no footnotes. A third couldn't touch a table of contents. Installing all three still couldn't do the job.

So instead, this got built: one server with everything. The twenty-cell edit now takes one call and finishes in twenty milliseconds. Your agents will simply never know the struggle.

DEPT. 02

The inventory

Tables β„– 001–024

Merge-aware column insert/delete, one-call bulk cell edits, merge/unmerge, gridBefore rows, nested tables, sort, split, named styles, header repeat.

24 TOOLS

References β„– 025–041

Native citations & bibliography (12 styles, verified Word rendering), footnotes & endnotes with conversion, index generation, TOC & caption lists, cross-references.

17 TOOLS

Revisions β„– 042–052

Write edits AS tracked changes, accept/reject by author, Word-native document compare, two-reviewer combine, threaded comments with resolve.

11 TOOLS

Text & Style β„– 053–075

Fragmented-run-safe find/replace with ReDoS guards, character & paragraph formatting long-tail, custom styles, template transfer, change-case, lists.

23 TOOLS

Layout β„– 076–094

Headers/footers, roman-numeral page formats, line numbering, watermarks, multi-column sections, margins, images with alt text, Page X of Y.

19 TOOLS

Structure β„– 095–104

Move entire sections (heading + content + tables), chapter merge, document properties, protection with Word-compatible SHA-512 password hashing.

10 TOOLS

Analysis β„– 105–112

Per-section word counts, APA citation-parity checking, Word's own proofing errors & readability statistics, structural validation.

8 TOOLS

Word Itself β„– 113–119

COM-backed field refresh (real TOC page numbers), PDF export, encrypted save, open-clean validation, live-Word status and lock management.

7 TOOLS
DEPT. 03

Against the field

Capability🚰 KitchenSink4WordGongRzhe (2.1kβ˜…, archived)word-mcp-live (195β˜…)SecurityRonin (43β˜…)
Table column insert/deleteβœ” merge-aware✘✘✘
Bulk cell edits, one callβœ”βœ˜βœ˜βœ˜
Footnotes AND endnotesβœ” + conversionadd onlyβœ˜βœ”
TOC insert + refreshβœ”βœ˜βœ˜βœ˜
Native citations / bibliographyβœ” 12 styles✘✘✘
Index generationβœ”βœ˜βœ˜βœ˜
Tracked-change writingβœ”βœ˜βœ”βœ”
Document compare + combineβœ” Word-native✘✘buggy
Watermarks / protection / line β„–sβœ”partial✘✘
Section moving / template transferβœ”βœ˜βœ˜βœ˜
Atomic saves + auto-backupβœ”βœ˜βœ˜βœ˜

Survey of every public Word MCP server, August 2026. Corrections welcome β€” open an issue.

DEPT. 04

Installation

β‘  GET THE FIXTURE

$ pip install kitchensink4word

β‘‘ CONNECT THE PLUMBING (Claude Code)

$ claude mcp add word -s user -- ^ <python-scripts-dir>\word-mcp.exe

Windows. File-based tools need no Word installation; the seven COM tools (TOC refresh, PDF, proofing…) use a local Microsoft Word. Full setup in the README.

DEPT. 05

Service department

Reports are public GitHub issues (a free GitHub account is needed to file one). Every report lands in the maintainer's inbox.

πŸ›‘οΈ

Engineered Not to Corrupt

Atomic validated saves. Automatic timestamped backups before every change. Byte-identical passthrough of anything not being edited β€” equations, textboxes, and content controls pass through untouched. Battle-tested on long, heavily formatted real-world documents: one carrying 171 footnotes, one carrying 126 tracked revisions and reviewer comments, plus two insane-mode stress campaigns without a single Word repair prompt.

Provided as-is, without warranty of any kind, per the license β€” the engineering above is simply how seriously your documents are taken. Keep backups. (It makes them for you.)