Skip to content

Releases: zavora-ai/docx-mcp

v1.1.0 — KDP Book Formatting

27 May 02:16

Choose a tag to compare

New Features

  • create_document with format: "kdp" — Amazon KDP 6×9 book (Garamond, margins, page numbers)
  • page_break_before on insert_paragraph — page control without section breaks
  • Run-level formatting for reliable Word rendering
  • KDP styles: BodyText, BodyTextIndent, Heading1-3, ChapterNum, TitlePage, Subtitle, Author, Copyright

Fixes

  • Section breaks carry page size + margins (no A4 revert)
  • Page numbers via PAGE field in footer
cargo install docx-mcp-server

docx-mcp-server v1.0.0 — 29 DOCX Tools

26 May 20:30

Choose a tag to compare

29 MCP tools for creating, reading, editing, formatting, and converting Word documents.

cargo install docx-mcp-server

Pure Rust, no Microsoft Office required. rmcp 1.7, zero warnings.

Tools

create_document · open_document · save_document · close_document · describe_document · read_paragraphs · read_paragraph · read_table · search_text · insert_paragraph · replace_text · delete_content · insert_run · update_paragraph_text · batch_write · set_run_format · set_paragraph_format · apply_style · add_table · set_table_cell · add_table_row · merge_table_cells · add_image · add_list · add_section_break · set_header_footer · to_plain_text · to_markdown · to_html