Loading languages...
@G

@GongRzhe/Office-Word-MCP-Server

@GongRzhe949

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.

Microsoft Word
document automation
AI tools
python-docx

# mcpServer Config

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

# stdio

uvx --from office-word-mcp-server word_mcp_server
Transport:
stdio
語言:
Python
創建時間:3/25/2025
更新時間:11/8/2025
主頁: