Markdownify MCP Server - UTF-8 Enhanced
by JDJR2024
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug output | |
UV_PATH | No | Custom path to the UV executable | |
PYTHONIOENCODING | No | Python I/O encoding setting to handle UTF-8 properly | UTF-8 |
MARKDOWN_OUTPUT_DIR | No | Custom output directory for markdown files |
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 |