Office-Word-MCP-Server

Office-Word-MCP-Server

An MCP server for creating, reading, and manipulating Microsoft Word documents via standardized interfaces.

MCPOfficeOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 2.1k
Source
mcp-github

Overview

Office-Word-MCP-Server is a Model Context Protocol (MCP) server designed for creating, reading, and manipulating Microsoft Word documents. It provides AI assistants with rich document editing capabilities through standardized interfaces, including document management, content creation, rich text formatting, table formatting, advanced document operations, and document protection. The server supports various document operations such as creating new documents, inserting paragraphs and tables, formatting text and tables, adding annotations, and applying password protection. Suitable for AI application scenarios requiring Word document handling.

Capabilities

  • Create new Word documents
  • Extract and analyze document structure
  • Insert paragraphs and tables
  • Format text and tables
  • Add annotations and password protection
  • Convert documents to PDF format

Use cases

Automated report generationBulk document processingDocument formatting and layoutDocument content extraction and analysis

Setup

Requires: Python 3.8 或更高版本pip 包管理器
git clone https://github.com/GongRzhe/Office-Word-MCP-Server.git && cd Office-Word-MCP-Server && pip install -r requirements.txt

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to install Office-Word-MCP-Server?

Clone the repository and install dependencies: `git clone https://github.com/GongRzhe/Office-Word-MCP-Server.git && cd Office-Word-MCP-Server && pip install -r requirements.txt`

What document operations are supported?

Supports a wide range of operations including creating, reading, formatting, inserting content, and protecting documents.

Related skills