Converts Markdown to Feishu (Lark) document format, handling images and Mermaid flowcharts along the way. Built as part of a monorepo with a core conversion library and this MCP wrapper on top. You'd reach for this when you need Claude to generate content that ends up in Feishu docs without manual reformatting. The core library transforms Markdown into Feishu's document structure, and the MCP server exposes that conversion through the Model Context Protocol. Useful if your team lives in Feishu and you want AI generated documentation to land there cleanly. The package is on npm and uses stdio transport for communication.
本项目是一个单仓库(monorepo),用于将 Markdown 转换为飞书 / Lark 文档格式,并提供一个 MCP 服务以便与 Model Context Protocol 集成。
主要 package:
feishu-markdown:核心库,将 Markdown 转换为飞书文档结构,支持图片、流程图(Mermaid)等处理。feishu-markdown-mcp:基于 feishu-markdown 的 MCP 服务,可作为模型上下文协议(Model Context Protocol)的后端插件使用。pnpm install
pnpm build
pnpm --filter feishu-markdown dev
pnpm testpnpm lint / pnpm typecheck仓库提供了 GitHub Actions 工作流用于自动发布。发布到 npm 公共仓库需要在仓库 Secrets 中配置 NPM_TOKEN(用于 pnpm publish)。
本项目使用 MIT 许可证,详见项目根目录的 LICENSE 文件。
更多信息请查看各子包的 package.json 与 README.md。
csoai-org/pdf-document-mcp
xt765/mcp-document-converter
io.github.xjtlumedia/markdown-formatter
io.github.ai-aviate/better-notion
suekou/mcp-notion-server
meterlong/mcp-doc