famano_mcp-server-office

famano_mcp-server-office

3.1

If you are the rightful owner of famano_mcp-server-office 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.

A Model Context Protocol (MCP) server providing tools to read/write Microsoft Word (docx) files.

The MCP Server Office is a specialized server designed to facilitate the reading and writing of Microsoft Word (docx) files. It offers a suite of tools that allow users to perform various operations on docx files, such as reading content, writing new files, editing specific paragraphs, and inserting new paragraphs. The server is compatible with Python 3.12 and above, and it requires the mcp[cli] and python-docx packages. Users can install the server using pip and start it directly or through the uvx command. The server is particularly useful for automating document processing tasks and integrating with other systems that require manipulation of Word documents.

Features

  • Read DOCX: Read complete contents of a docx file including tables and images.
  • Write DOCX: Create a new docx file with given content.
  • Edit DOCX Paragraph: Make text replacements in specified paragraphs of a docx file.
  • Edit DOCX Insert: Insert new paragraphs into a docx file.

Tools

  1. read_docx

    Read complete contents of a docx file including tables and images.

  2. write_docx

    Create a new docx file with given content.

  3. edit_docx_paragraph

    Make text replacements in specified paragraphs of a docx file.

  4. edit_docx_insert

    Insert new paragraphs into a docx file.