Back to MCP directory
publicPublicdnsLocal runtime

mcp-docx-server

MCP文档服务器,用于创建和编辑DOCX文件

article

README

🚀 MCP DOCX 服务器

MCP DOCX 服务器专为处理 DOCX 文件而设计,具备创建与编辑 DOCX 文件的功能。以下为在 Claude Desktop 上运行该服务器的示例配置。

🚀 快速开始

按照以下示例配置,可在 Claude Desktop 上运行 MCP DOCX 服务器。

📦 安装指南

文档未提供具体安装步骤,暂不展示。

💻 使用示例

基础用法

{
  "mcpServers": {
    "WordDocServer": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli],python-docx,docx2pdf",
        "mcp",
        "run",
        "<your local path>/mcp-docx-server/server_runner.py"
      ]
    }
  }
}

📄 许可证

有关详细信息,请参见LICENSE文件。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client