mcp/markdownify

Verified Publisher

By mcp

Updated 3 months ago

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

Image
Machine learning & AI
2

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/024f97cea9a94cd842c445eea4503c442c79bd71/Dockerfile
Commit024f97cea9a94cd842c445eea4503c442c79bd71
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 (11)

Tools provided by this ServerShort Description
audio-to-markdownAudio to Markdown
bing-search-to-markdownBing Search to Markdown
docx-to-markdownDOCX to Markdown
get-markdown-fileGet Markdown File
git-repo-to-markdownGit Repo to Markdown
image-to-markdownImage to Markdown
pdf-to-markdownPDF to Markdown
pptx-to-markdownPPTX to Markdown
webpage-to-markdownWebpage to Markdown
xlsx-to-markdownXLSX to Markdown
youtube-to-markdownYouTube to Markdown

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

This tool is read-only. It does not modify its environment.


Tool: bing-search-to-markdown

Convert a Bing search results page to markdown

ParametersTypeDescription
urlstringURL of the Bing search results page

This tool is read-only. It does not modify its environment.

This tool interacts with external entities.


Tool: docx-to-markdown

Convert a DOCX file to markdown

ParametersTypeDescription
filepathstringAbsolute path of the DOCX file to convert

This tool is read-only. It does not modify its environment.


Tool: get-markdown-file

Get a markdown file by absolute file path

ParametersTypeDescription
filepathstringAbsolute path to file of markdown'd text

This tool is read-only. It does not modify its environment.


Tool: git-repo-to-markdown

Convert a git repository into a single markdown document containing the file tree and source code. Supports GitHub URLs and shorthand (e.g. 'owner/repo').

ParametersTypeDescription
urlstringGit repository URL or GitHub shorthand (e.g. 'https://github.com/owner/repo' or 'owner/repo')
branchstring optionalBranch, tag, or commit to use (default: repo default branch)
compressboolean optionalUse Tree-sitter compression to reduce output size (~70% reduction). Default: false

This tool is read-only. It does not modify its environment.

This tool interacts with external entities.


Tool: image-to-markdown

Convert an image to markdown, including metadata and description

ParametersTypeDescription
filepathstringAbsolute path of the image file to convert

This tool is read-only. It does not modify its environment.


Tool: pdf-to-markdown

Convert a PDF file to markdown

ParametersTypeDescription
filepathstringAbsolute path of the PDF file to convert

This tool is read-only. It does not modify its environment.


Tool: pptx-to-markdown

Convert a PPTX file to markdown

ParametersTypeDescription
filepathstringAbsolute path of the PPTX file to convert

This tool is read-only. It does not modify its environment.


Tool: webpage-to-markdown

Convert a webpage to markdown

ParametersTypeDescription
urlstringURL of the webpage to convert

This tool is read-only. It does not modify its environment.

This tool interacts with external entities.


Tool: xlsx-to-markdown

Convert an XLSX file to markdown

ParametersTypeDescription
filepathstringAbsolute path of the XLSX file to convert

This tool is read-only. It does not modify its environment.


Tool: youtube-to-markdown

Convert a YouTube video to markdown, including transcript if available

ParametersTypeDescription
urlstringURL of the YouTube video

This tool is read-only. It does not modify its environment.

This tool interacts with external entities.


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:afa1ab8e1

Size

439.7 MB

Last updated

3 months ago

docker pull mcp/markdownify

This week's pulls

Pulls:

1,375

Last week