word-mcp-live
by ykarapazar·★ 86·综合分 49
具有124个工具的Word MCP服务器,支持实时编辑、修订跟踪和跨平台功能。
概述
word-mcp-live通过MCP协议为Microsoft Word提供全面控制,让AI助手可以在文档打开时执行文档操作。它既支持跨平台操作(使用python-docx),也支持Windows(通过COM自动化)和macOS(通过JXA自动化)上的原生实时编辑。服务器提供高级功能如带正确属性的修订跟踪、嵌套评论、单步撤销功能和版面诊断。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当你需要AI与Microsoft Word文档交互时,特别是需要实时编辑、修订追踪或在需要即时视觉反馈的现有Word工作流程中工作时,应选择此工具。
什么时候不要选它
如果你需要支持非Microsoft文档格式,或者在Linux上需要实时编辑,或者在没有安装Microsoft Word的情况下需要文档处理,请不要选择此工具。
此 server 暴露的工具
从 README 抽取出 12 个工具get_document_textReads text content from a Word document
word_live_replace_textReplaces text in a live Word document with tracked changes
add_commentAdds a comment anchored to specific text in a Word document
set_heading_styleApplies heading styles to text in a Word document
insert_table_of_contentsInserts a table of contents based on document headings
set_page_layoutConfigures page layout settings in a Word document
add_header_footerAdds headers and footers to a Word document
insert_cross_referenceInserts cross-references to headings, figures, or tables
track_changes_accept_allAccepts all tracked changes in a Word document
insert_tableInserts a new table into a Word document
word_live_format_textApplies formatting to text in a live Word document
add_equationInserts mathematical equations into a Word document
可对比工具
安装
安装包:
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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。