mcp/markdownify

Verified Publisher

By mcp

Updated 5 months ago

A Model Context Protocol server for converting almost anything to Markdown.

Image
Machine learning & AI
1

10K+

mcp/markdownify repository overview

Markdownify MCP Server

A Model Context Protocol server for converting almost anything to Markdown.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/zcaceres/markdownify-mcp/blob/4add350f4643365d31f7b3385ab1b65d37f97f1e/Dockerfile
Commit4add350f4643365d31f7b3385ab1b65d37f97f1e
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/markdownify --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (10)

Tools provided by this ServerShort Description
audio-to-markdownConvert an audio file to markdown, including transcription if possible
bing-search-to-markdownConvert a Bing search results page to markdown
docx-to-markdownConvert a DOCX file to markdown
get-markdown-fileGet a markdown file by absolute file path
image-to-markdownConvert an image to markdown, including metadata and description
pdf-to-markdownConvert a PDF file to markdown
pptx-to-markdownConvert a PPTX file to markdown
webpage-to-markdownConvert a webpage to markdown
xlsx-to-markdownConvert an XLSX file to markdown
youtube-to-markdownConvert a YouTube video to markdown, including transcript if available

Tools Details

Tool: audio-to-markdown

Convert an audio file to markdown, including transcription if possible

ParametersTypeDescription
filepathstringAbsolute path of the audio file to convert

Tool: bing-search-to-markdown

Convert a Bing search results page to markdown

ParametersTypeDescription
urlstringURL of the Bing search results page

Tool: docx-to-markdown

Convert a DOCX file to markdown

ParametersTypeDescription
filepathstringAbsolute path of the DOCX file to convert

Tool: get-markdown-file

Get a markdown file by absolute file path

ParametersTypeDescription
filepathstringAbsolute path to file of markdown'd text

Tool: image-to-markdown

Convert an image to markdown, including metadata and description

ParametersTypeDescription
filepathstringAbsolute path of the image file to convert

Tool: pdf-to-markdown

Convert a PDF file to markdown

ParametersTypeDescription
filepathstringAbsolute path of the PDF file to convert

Tool: pptx-to-markdown

Convert a PPTX file to markdown

ParametersTypeDescription
filepathstringAbsolute path of the PPTX file to convert

Tool: webpage-to-markdown

Convert a webpage to markdown

ParametersTypeDescription
urlstringURL of the webpage to convert

Tool: xlsx-to-markdown

Convert an XLSX file to markdown

ParametersTypeDescription
filepathstringAbsolute path of the XLSX file to convert

Tool: youtube-to-markdown

Convert a YouTube video to markdown, including transcript if available

ParametersTypeDescription
urlstringURL of the YouTube video

Use this MCP Server

{
  "mcpServers": {
    "markdownify": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-v",
        "/local-directory:/local-directory",
        "mcp/markdownify"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:310ee6fb7

Size

190.6 MB

Last updated

5 months ago

docker pull mcp/markdownify

This week's pulls

Pulls:

496

Last week