Skip to main content
Glama

Markdownify MCP Server

by zcaceres

Markdownify MCP 服务器

求助!我需要一位 Windows 电脑用户帮我在 Windows 上添加对 Markdownify-MCP 的支持。PR 已经提交了,但我无法测试。如有兴趣,请在此处留言。

markdownify mcp 徽标

Markdownify 是一个模型上下文协议 (MCP) 服务器,可将各种文件类型和 Web 内容转换为 Markdown 格式。它提供了一套工具,可将 PDF、图像、音频文件、网页等转换为易于阅读和共享的 Markdown 文本。

特征

  • 将多种文件类型转换为 Markdown:
    • PDF
    • 图片
    • 音频(带转录)
    • DOCX
    • XLSX
    • PPTX
  • 将网页内容转换为 Markdown 格式:
    • YouTube 视频文字记录
    • Bing 搜索结果
    • 通用网页
  • 检索现有的 Markdown 文件

入门

  1. 克隆此存储库
  2. 安装依赖项:
    pnpm install

注意:这还将安装uv和相关的 Python 依赖项。

  1. 构建项目:
    pnpm run build
  2. 启动服务器:
    pnpm start

发展

  • 使用pnpm run dev以监视模式启动 TypeScript 编译器
  • 修改src/server.ts以自定义服务器行为
  • src/tools.ts中添加或修改工具

与桌面应用程序一起使用

要将此服务器与桌面应用程序集成,请将以下内容添加到应用程序的服务器配置中:

{ "mcpServers": { "markdownify": { "command": "node", "args": [ "{ABSOLUTE PATH TO FILE HERE}/dist/index.js" ], "env": { // By default, the server will use the default install location of `uv` "UV_PATH": "/path/to/uv" } } } }

可用工具

  • youtube-to-markdown :将 YouTube 视频转换为 Markdown
  • pdf-to-markdown :将 PDF 文件转换为 Markdown
  • bing-search-to-markdown :将 Bing 搜索结果转换为 Markdown
  • webpage-to-markdown :将网页转换为 Markdown
  • image-to-markdown :将图像转换为带有元数据的 Markdown
  • audio-to-markdown :将音频文件转换为 Markdown 格式并进行转录
  • docx-to-markdown :将 DOCX 文件转换为 Markdown
  • xlsx-to-markdown :将 XLSX 文件转换为 Markdown
  • pptx-to-markdown :将 PPTX 文件转换为 Markdown
  • get-markdown-file :检索现有的 Markdown 文件。文件扩展名必须以以下格式结尾:*.md、*.markdown。可选:设置MD_SHARE_DIR环境变量来限制可以从中检索文件的目录,例如MD_SHARE_DIR=[SOME_PATH] pnpm run start

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

将各种文件类型和网页内容转换为 Markdown 格式。它提供了一套工具,可将 PDF、图片、音频文件、网页等内容转换为易于阅读和共享的 Markdown 文本。

  1. 特征
    1. 入门
      1. 发展
        1. 与桌面应用程序一起使用
          1. 可用工具
            1. 贡献
              1. 执照

                Related MCP Servers

                • A
                  security
                  F
                  license
                  A
                  quality
                  An MCP server for converting Markdown documents to PDF files.
                  Last updated -
                  1
                  1
                  JavaScript
                • A
                  security
                  A
                  license
                  A
                  quality
                  Converts various file formats to Markdown using the MarkItDown utility and can be integrated with MCP clients for seamless document processing and conversion.
                  Last updated -
                  26
                  Python
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  Converts Markdown to styled PDFs using VS Code's markdown styling and Python's ReportLab, providing a simple note storage system with custom URI scheme.
                  Last updated -
                  6
                  Python
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  A document conversion server that transforms various file formats (PDFs, documents, images, audio, web content) to Markdown with improved multilingual and UTF-8 support.
                  Last updated -
                  10
                  4
                  TypeScript
                  MIT License
                  • Linux
                  • Apple

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/zcaceres/markdownify-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server