A Model Context Protocol server for converting almost anything to Markdown.
809
1
10 Tools
Version 4.43 or later needs to be installed to add the server automatically
Use cases
About
A Model Context Protocol server for converting almost anything to Markdown.
Attribute | Details |
---|---|
Docker Image | mcp/markdownify |
Author | zcaceres |
Repository | https://github.com/zcaceres/markdownify-mcp |
Dockerfile | https://github.com/cmrigney/markdownify-mcp/blob/add-dockerfile/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/markdownify --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
audio-to-markdown | Convert an audio file to markdown, including transcription if possible |
bing-search-to-markdown | Convert a Bing search results page to markdown |
docx-to-markdown | Convert a DOCX file to markdown |
get-markdown-file | Get a markdown file by absolute file path |
image-to-markdown | Convert an image to markdown, including metadata and description |
pdf-to-markdown | Convert a PDF file to markdown |
pptx-to-markdown | Convert a PPTX file to markdown |
webpage-to-markdown | Convert a webpage to markdown |
xlsx-to-markdown | Convert an XLSX file to markdown |
youtube-to-markdown | Convert a YouTube video to markdown, including transcript if available |
audio-to-markdown
Convert an audio file to markdown, including transcription if possible
Parameters | Type | Description |
---|---|---|
filepath | string | Absolute path of the audio file to convert |
bing-search-to-markdown
Convert a Bing search results page to markdown
Parameters | Type | Description |
---|---|---|
url | string | URL of the Bing search results page |
docx-to-markdown
Convert a DOCX file to markdown
Parameters | Type | Description |
---|---|---|
filepath | string | Absolute path of the DOCX file to convert |
get-markdown-file
Get a markdown file by absolute file path
Parameters | Type | Description |
---|---|---|
filepath | string | Absolute path to file of markdown'd text |
image-to-markdown
Convert an image to markdown, including metadata and description
Parameters | Type | Description |
---|---|---|
filepath | string | Absolute path of the image file to convert |
pdf-to-markdown
Convert a PDF file to markdown
Parameters | Type | Description |
---|---|---|
filepath | string | Absolute path of the PDF file to convert |
pptx-to-markdown
Convert a PPTX file to markdown
Parameters | Type | Description |
---|---|---|
filepath | string | Absolute path of the PPTX file to convert |
webpage-to-markdown
Convert a webpage to markdown
Parameters | Type | Description |
---|---|---|
url | string | URL of the webpage to convert |
xlsx-to-markdown
Convert an XLSX file to markdown
Parameters | Type | Description |
---|---|---|
filepath | string | Absolute path of the XLSX file to convert |
youtube-to-markdown
Convert a YouTube video to markdown, including transcript if available
Parameters | Type | Description |
---|---|---|
url | string | URL of the YouTube video |
{
"mcpServers": {
"markdownify": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/local-directory:/local-directory",
"mcp/markdownify"
]
}
}
}
Manual installation
You can install the MCP server using:
Installation for