Markdownify MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UV_PATH | No | Path to the uv executable. By default, the server will use the default install location of uv. | |
| MD_SHARE_DIR | No | Restrict the directory from which files can be retrieved. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| audio-to-markdownC | Convert an audio file to markdown, including transcription if possible |
| bing-search-to-markdownC | Convert a Bing search results page to markdown |
| docx-to-markdownC | Convert a DOCX file to markdown |
| get-markdown-fileC | Get a markdown file by absolute file path |
| image-to-markdownC | Convert an image to markdown, including metadata and description |
| pdf-to-markdownC | Convert a PDF file to markdown |
| pptx-to-markdownC | Convert a PPTX file to markdown |
| webpage-to-markdownC | Convert a webpage to markdown |
| xlsx-to-markdownC | Convert an XLSX file to markdown |
| youtube-to-markdownC | Convert a YouTube video to markdown, including transcript if available |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose focused on converting a specific input format (audio, Bing search, DOCX, etc.) to markdown. The descriptions specify unique source types, making it impossible to confuse which tool to use for a given conversion task.
All tools follow a consistent pattern of 'source-to-markdown' (e.g., audio-to-markdown, docx-to-markdown). This uniform naming convention makes it easy to predict tool names and understand their functions at a glance.
With 10 tools, the server covers a comprehensive range of common input formats (audio, documents, web content, spreadsheets, presentations, etc.) for markdown conversion. This count is well-scoped for the domain, providing thorough coverage without being overwhelming.
The tool set offers complete coverage for converting various media and file types to markdown, including audio, images, documents, webpages, and videos. There are no obvious gaps; each tool handles a distinct input format, ensuring agents can convert any supported source without dead ends.