Markdownify

Markdownify

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

3.0K

10 Tools

Packaged by
Requires Configuration
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Markdownify MCP Server

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

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/markdownify
Authorzcaceres
Repositoryhttps://github.com/zcaceres/markdownify-mcp
Dockerfilehttps://github.com/zcaceres/markdownify-mcp/blob/main/Dockerfile
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?

Manual installation

You can install the MCP server using:

Installation for

Related servers