famano_mcp-server-office

famano_mcp-server-office

0

MCP Server Office is a server application designed to facilitate reading and writing Microsoft Word files using the Model Context Protocol. It offers tools for handling docx files, allowing operations such as reading, writing, editing paragraphs, and inserting content.

MCP Server Office

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

Usage

  • Install via pip, then start the MCP server.
  • Optionally start using the uvx command.

Available Tools

  • read_docx: Read contents including tables.
  • write_docx: Create new docx files with specified content.
  • edit_docx_paragraph: Replace text in specific paragraphs.
  • edit_docx_insert: Insert new paragraphs into a docx file.

Requirements

  • Python >= 3.12
  • Dependencies: mcp[cli], python-docx