Markdownify MCP Server
by zcaceres
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
UV_PATH | No | The path to the 'uv' installation. The server will use the default install location of 'uv' if this is not set. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | 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 |