MCP Configs2026年4月2日·1 分钟阅读

MarkItDown — Convert Any Document to Markdown

Microsoft's Python tool to convert Office docs, PDFs, images, audio, and HTML to clean Markdown for LLM pipelines. Also available as MCP server.

MC
MCP Hub · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

pip install 'markitdown[all]'
markitdown report.docx > output.md
介绍

微软开源的文档转 Markdown 工具。支持 Word、PPT、Excel、PDF、图片(OCR)、音频(语音识别)、HTML 等格式。93,000+ stars,已成为 LLM 文档预处理的事实标准。附带 MCP 服务器版本,AI Agent 可直接调用。

MarkItDown — 把任何文档转为 Markdown

快速使用

pip install 'markitdown[all]'
markitdown report.docx > output.md

介绍

微软开源的文档转 Markdown 工具。支持 Word、PPT、Excel、PDF、图片(OCR)、音频(语音识别)、HTML 等格式。93,000+ stars,已成为 LLM 文档预处理的事实标准。附带 MCP 服务器版本,AI Agent 可直接调用。

来源与感谢

🙏

来源与感谢

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产