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/024f97cea9a94cd842c445eea4503c442c79bd71/Dockerfile |
| Commit | 024f97cea9a94cd842c445eea4503c442c79bd71 |
| 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 | Audio to Markdown |
bing-search-to-markdown | Bing Search to Markdown |
docx-to-markdown | DOCX to Markdown |
get-markdown-file | Get Markdown File |
git-repo-to-markdown | Git Repo to Markdown |
image-to-markdown | Image to Markdown |
pdf-to-markdown | PDF to Markdown |
pptx-to-markdown | PPTX to Markdown |
webpage-to-markdown | Webpage to Markdown |
xlsx-to-markdown | XLSX to Markdown |
youtube-to-markdown | YouTube to Markdown |
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 |
This tool is read-only. It does not modify its environment.
bing-search-to-markdownConvert a Bing search results page to markdown
| Parameters | Type | Description |
|---|---|---|
url | string | URL of the Bing search results page |
This tool is read-only. It does not modify its environment.
This tool interacts with external entities.
docx-to-markdownConvert a DOCX file to markdown
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path of the DOCX file to convert |
This tool is read-only. It does not modify its environment.
get-markdown-fileGet a markdown file by absolute file path
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path to file of markdown'd text |
This tool is read-only. It does not modify its environment.
git-repo-to-markdownConvert a git repository into a single markdown document containing the file tree and source code. Supports GitHub URLs and shorthand (e.g. 'owner/repo').
| Parameters | Type | Description |
|---|---|---|
url | string | Git repository URL or GitHub shorthand (e.g. 'https://github.com/owner/repo' or 'owner/repo') |
branch | string optional | Branch, tag, or commit to use (default: repo default branch) |
compress | boolean optional | Use 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.
image-to-markdownConvert an image to markdown, including metadata and description
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path of the image file to convert |
This tool is read-only. It does not modify its environment.
pdf-to-markdownConvert a PDF file to markdown
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path of the PDF file to convert |
This tool is read-only. It does not modify its environment.
pptx-to-markdownConvert a PPTX file to markdown
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path of the PPTX file to convert |
This tool is read-only. It does not modify its environment.
webpage-to-markdownConvert a webpage to markdown
| Parameters | Type | Description |
|---|---|---|
url | string | URL of the webpage to convert |
This tool is read-only. It does not modify its environment.
This tool interacts with external entities.
xlsx-to-markdownConvert an XLSX file to markdown
| Parameters | Type | Description |
|---|---|---|
filepath | string | Absolute path of the XLSX file to convert |
This tool is read-only. It does not modify its environment.
youtube-to-markdownConvert a YouTube video to markdown, including transcript if available
| Parameters | Type | Description |
|---|---|---|
url | string | URL of the YouTube video |
This tool is read-only. It does not modify its environment.
This tool interacts with external entities.
{
"mcpServers": {
"markdownify": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/local-directory:/local-directory",
"mcp/markdownify"
]
}
}
}
Content type
Image
Digest
sha256:afa1ab8e1…
Size
439.7 MB
Last updated
3 months ago
docker pull mcp/markdownifyPulls:
1,375
Last week