Microsoft Word
JSON →Create, read, and manipulate Microsoft Word documents.
Install
npx -y @smithery/cli Tools · 44
- create_document Create new Word documents with metadata
- extract_text Extract text and analyze document structure
- view_properties View document properties and statistics
- list_documents List available documents in a directory
- copy_document Create copies of existing documents
- merge_documents Merge multiple documents into a single document
- convert_to_pdf Convert Word documents to PDF format
- add_heading Add headings with different levels and direct formatting (font, size, bold, italic, borders)
- insert_paragraph Insert paragraphs with optional styling and direct formatting (font, size, bold, italic, color)
- create_table Create tables with custom data
- add_image Add images with proportional scaling
- insert_page_break Insert page breaks
- insert_list Insert bulleted and numbered lists with proper XML formatting
- add_footnote Add footnotes and endnotes to documents
- convert_footnotes_to_endnotes Convert footnotes to endnotes
- customize_footnote_style Customize footnote and endnote styling
- format_text Format specific text sections (bold, italic, underline)
- change_text_color Change text color and font properties
- apply_style Apply custom styles to text elements
- search_replace Search and replace text throughout documents
- format_table_cell_text Individual cell text formatting within tables
- format_table Format tables with borders and styles
- create_header_row Create header rows with distinct formatting
- apply_cell_shading Apply cell shading and custom borders
- set_cell_background Individual cell background shading with color support
- set_alternating_row_colors Alternating row colors for improved readability
- highlight_header_row Enhanced header row highlighting with custom colors
- set_cell_padding Cell padding management with independent control of all sides
- set_cell_alignment Cell alignment (horizontal and vertical positioning)
- merge_cells Cell merging (horizontal, vertical, and rectangular areas)
- set_column_width Column width management with multiple units (points, percentage, auto-fit)
- auto_fit_columns Auto-fit capabilities for dynamic column sizing
- delete_paragraph Delete paragraphs
- insert_content_relative Insert content relative to specific text or paragraph indices
- create_custom_style Create custom document styles
- format_text_range Format specific ranges of text with detailed control
- add_password_protection Add password protection to documents
- restrict_editing Implement restricted editing with editable sections
- add_digital_signature Add digital signatures to documents
- verify_signature Verify document authenticity and integrity
- extract_comments Extract all comments from a document
- filter_comments_by_author Filter comments by author
- get_paragraph_comments Get comments for specific paragraphs
- get_comment_metadata Access comment metadata (author, date, text)
Links
★ 1,988 GitHub stars