MCP Catalogs
首页

word-mcp-live

by ykarapazar·86·综合分 49

具有124个工具的Word MCP服务器,支持实时编辑、修订跟踪和跨平台功能。

productivityai-llmdeveloper-tools
23
Forks
6
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

word-mcp-live通过MCP协议为Microsoft Word提供全面控制,让AI助手可以在文档打开时执行文档操作。它既支持跨平台操作(使用python-docx),也支持Windows(通过COM自动化)和macOS(通过JXA自动化)上的原生实时编辑。服务器提供高级功能如带正确属性的修订跟踪、嵌套评论、单步撤销功能和版面诊断。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI辅助的自动化文档生成和格式设置
:AI管理的修订跟踪协作文档审阅
:无需打开Word界面的跨平台文档操作
:此工具是否支持Linux上的Microsoft Word?
:如何配置修订跟踪中的作者名称?

什么时候选它

当你需要AI与Microsoft Word文档交互时,特别是需要实时编辑、修订追踪或在需要即时视觉反馈的现有Word工作流程中工作时,应选择此工具。

什么时候不要选它

如果你需要支持非Microsoft文档格式,或者在Linux上需要实时编辑,或者在没有安装Microsoft Word的情况下需要文档处理,请不要选择此工具。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • get_document_text

    Reads text content from a Word document

  • word_live_replace_text

    Replaces text in a live Word document with tracked changes

  • add_comment

    Adds a comment anchored to specific text in a Word document

  • set_heading_style

    Applies heading styles to text in a Word document

  • insert_table_of_contents

    Inserts a table of contents based on document headings

  • set_page_layout

    Configures page layout settings in a Word document

  • add_header_footer

    Adds headers and footers to a Word document

  • insert_cross_reference

    Inserts cross-references to headings, figures, or tables

  • track_changes_accept_all

    Accepts all tracked changes in a Word document

  • insert_table

    Inserts a new table into a Word document

  • word_live_format_text

    Applies formatting to text in a live Word document

  • add_equation

    Inserts mathematical equations into a Word document

可对比工具

office-excel-mcpgoogle-docs-mcpfile-system-mcppython-docx

安装

安装包:

pip install word-mcp-live

添加到Claude Desktop配置文件(claude_desktop_config.json)中:

{
  "mcpServers": {
    "word": {
      "command": "uvx",
      "args": ["word-mcp-live"],
      "env": {
        "MCP_AUTHOR": "您的姓名",
        "MCP_AUTHOR_INITIALS": "YN"
      }
    }
  }
}

FAQ

此工具是否支持Linux上的Microsoft Word?
跨平台模式在Linux上可用,但实时编辑需要Windows(COM)或macOS(JXA),因为Linux上没有原生的Word应用程序。
如何配置修订跟踪中的作者名称?
在MCP服务器配置中设置环境变量MCP_AUTHOR和MCP_AUTHOR_INITIALS。默认作者名称为'Author'。

word-mcp-live 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。