A Model Context Protocol server for converting almost anything to Markdown.
10K+
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 |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/zcaceres/markdownify-mcp/blob/4add350f4643365d31f7b3385ab1b65d37f97f1e/Dockerfile |
| Commit | 4add350f4643365d31f7b3385ab1b65d37f97f1e |
| 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-markdownConvert 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-markdownConvert a Bing search results page to markdown
| Parameters | Type | Description |
|---|---|---|
url | string | URL of the Bing search results page |
docx-to-markdownConvert a DOCX file to markdown
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path of the DOCX file to convert |
get-markdown-fileGet a markdown file by absolute file path
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path to file of markdown'd text |
image-to-markdownConvert an image to markdown, including metadata and description
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path of the image file to convert |
pdf-to-markdownConvert a PDF file to markdown
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path of the PDF file to convert |
pptx-to-markdownConvert a PPTX file to markdown
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path of the PPTX file to convert |
webpage-to-markdownConvert a webpage to markdown
| Parameters | Type | Description |
|---|---|---|
url | string | URL of the webpage to convert |
xlsx-to-markdownConvert an XLSX file to markdown
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path of the XLSX file to convert |
youtube-to-markdownConvert 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"
]
}
}
}
Content type
Image
Digest
sha256:310ee6fb7…
Size
190.6 MB
Last updated
5 months ago
docker pull mcp/markdownifyPulls:
496
Last week