Office-Word-MCP-Server

GongRzhe/Office-Word-MCP-Server
★ 1,724 stars Python 🤖 AI/LLM Updated 1mo ago
A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents. This server enables AI assistants to work with Word documents through a standardized interface, providing rich document editing capabilities.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "office-word-mcp-serv": {
      "command": "uvx",
      "args": [
        "office-word-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install office-word-mcp-server

README Excerpt

A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents. This server enables AI assistants to work with Word documents through a standardized interface, providing rich document editing capabilities. <a href="https://glama.ai/mcp/servers/@GongRzhe/Office-Word-MCP-Server">