Office-Word-MCP-Server
Office-Word-MCP-Server is hosted online, so all tools can be tested directly either in theTools tabor in theOnline Client.
If you are the rightful owner of Office-Word-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents.
create_document
Create a new Word document with optional metadata.
Try it
Result:
copy_document
Create a copy of a Word document.
Try it
Result:
get_document_info
Get information about a Word document.
Try it
Result:
get_document_text
Extract all text from a Word document.
Try it
Result:
get_document_outline
Get the structure of a Word document.
Try it
Result:
list_available_documents
List all .docx files in the specified directory.
Try it
Result:
add_paragraph
Add a paragraph to a Word document.
Try it
Result:
add_heading
Add a heading to a Word document.
Try it
Result:
add_picture
Add an image to a Word document.
Try it
Result:
add_table
Add a table to a Word document.
Try it
Result:
add_page_break
Add a page break to the document.
Try it
Result:
delete_paragraph
Delete a paragraph from a document.
Try it
Result:
search_and_replace
Search for text and replace all occurrences.
Try it
Result:
create_custom_style
Create a custom style in the document.
Try it
Result:
format_text
Format a specific range of text within a paragraph.
Try it
Result:
format_table
Format a table with borders, shading, and structure.
Try it
Result:
protect_document
Add password protection to a Word document.
Try it
Result:
unprotect_document
Remove password protection from a Word document.
Try it
Result:
add_footnote_to_document
Add a footnote to a specific paragraph in a Word document.
Try it
Result:
add_endnote_to_document
Add an endnote to a specific paragraph in a Word document.
Try it
Result:
customize_footnote_style
Customize footnote numbering and formatting in a Word document.
Try it
Result:
get_paragraph_text_from_document
Get text from a specific paragraph in a Word document.
Try it
Result:
find_text_in_document
Find occurrences of specific text in a Word document.
Try it
Result:
convert_to_pdf
Convert a Word document to PDF format.