MCP-Doc

MeterLong/MCP-Doc
★ 173 stars Python 📁 File System Updated 1mo ago
A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。
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": {
    "mcp-doc": {
      "command": "uvx",
      "args": [
        "mcp-doc"
      ]
    }
  }
}

Or install with pip: pip install mcp-doc