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.

What is the primary function of MCP Server Office?

The primary function is to provide tools for reading and writing Microsoft Word (docx) files programmatically.

How can I install MCP Server Office?

You can install it via Smithery using the command npx -y @smithery/cli install @famano/mcp-server-office --client claude or via pip with pip install mcp-server-office.

What are the system requirements for MCP Server Office?

It requires Python 3.12 and dependencies such as mcp[cli] >= 1.2.0 and python-docx >= 1.1.2.

Can I edit specific paragraphs in a docx file using MCP Server Office?

Yes, you can use the edit_docx_paragraph tool to make text replacements in specified paragraphs.

Is it possible to insert new paragraphs into an existing docx file?

Yes, the edit_docx_insert tool allows you to insert new paragraphs into a docx file.