word-mcp-server

word-mcp-server

3.2

If you are the rightful owner of 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@mcphub.com.

This server provides tools for interacting with Microsoft Word (.docx) files and converting them to PDF with precise formatting.

The Word Editing MCP Server is a TypeScript-based server designed to facilitate interaction with Microsoft Word files. It offers a suite of tools for reading, modifying, and converting Word documents to PDF format while maintaining the original formatting. The server supports file operations using both absolute and relative paths, enhancing flexibility and ease of use. It leverages LibreOffice for high-quality PDF conversion, ensuring that all formatting and images are preserved. This server is particularly useful for applications that require automated document processing and conversion, providing a robust solution for managing Word files programmatically.

Features

  • list_files_in_folder: Lists files in a specified folder, with support for both absolute and relative paths.
  • read_word_content: Reads the text content of a Word (.docx) file.
  • replace_word_words: Replaces specified words in a Word (.docx) file and saves the result as a new file.
  • delete_word_file: Deletes a specified Word (.docx) file.
  • word_to_pdf: Converts a Word (.docx) file to PDF, preserving formatting and images, using LibreOffice.