mcp-server-office

mcp-server-office

13

The MCP Server Office is a Model Context Protocol server that facilitates reading and writing Microsoft Word (docx) files. It provides several tools for managing docx files, including reading contents, creating new files, editing paragraphs, and inserting paragraphs.

MCP Server Office

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

Installing via Smithery

Install the server automatically via Smithery for Claude Desktop.

Usage

  • Install with pip.
  • Start the MCP server.

Available Tools

  • Read docx: Read contents including tables and images.
  • Write docx: Create a new docx file with specified content.
  • Edit docx paragraph: Make text replacements in specified paragraphs.
  • Edit docx insert: Insert new paragraphs into a docx file.

Requirements

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