Markdownify

by zcaceres · File Systems · mcp-server

Converts diverse file types and web content to Markdown format using specialized tools for PDFs, images, audio, web pages, and more.

This Markdownify MCP server, developed by Zach Caceres, provides a versatile solution for converting various file types and web content to Markdown format. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers tools for transforming PDFs, images, audio files, web pages, and more into easily readable and shareable Markdown text. The implementation stands out by supporting a wide range of input formats and including specialized converters for sources like YouTube transcripts and Bing search results. It's particularly useful for content creators, researchers, and developers who need to streamline document conversion workflows, create accessible content from diverse sources, or integrate Markdown generation capabilities into AI-assisted applications.

Source: https://github.com/zcaceres/markdownify-mcp

Install

git clone https://github.com/zcaceres/markdownify-mcp

Tags: mcp-server

2,493 GitHub stars · Source: pulsemcp

About File Systems MCP servers and Claude skills

File Systems MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.

Markdownify is one of hundreds of File Systems entries indexed on Skiln. Browse the full File Systems category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.

Related File Systems MCPs and skills

  • Google Tasks MCP Server by zcaceres

    用于与 Google Tasks 交互的 MCP 服务器。需要一个启用了 Google Tasks API 的 Google Cloud 项目,并将 OAuth 凭据 JSON 文件放置在根目录下,命名为 'gcp-oauth.keys.json'。

  • Fetch MCP Server by zcaceres

    This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.

  • Markdownify MCP Server by zcaceres

    Markdownify 是一个 Model Context Protocol (MCP) 服务器,能够将各种文件类型和网页内容转换为 Markdown 格式。它支持 PDF、图片、音频(带转录)、DOCX、XLSX、PPTX、YouTube 转录、必应搜索结果以及常规网页。可选地,设置 MD_SHARE_DIR 环境变量以限制检索现有 Markdown 文件的目录。

  • Markdownify MCP Server by zcaceres

    Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format. It supports PDFs, images, audio (with transcription), DOCX, XLSX, PPTX, YouTube transcripts, Bing search results, and general web pages. Optionally, set the MD_SHARE_DIR environment variable to restrict the directory from which Markdown files can be retrieved.

  • Fetch MCP Server by zcaceres

    This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.

  • Markdownify MCP Server by zcaceres

    Markdownify 是一个 Model Context Protocol (MCP) 服务器,能够将各种文件类型和网页内容转换为 Markdown 格式。它支持 PDF、图片、音频(带转录)、DOCX、XLSX、PPTX、YouTube 转录、必应搜索结果以及通用网页。可选地,设置 MD_SHARE_DIR 环境变量以限制可检索 Markdown 文件的目录。

  • Rust Docs by govcraft

    Efficiently loads and processes Rust crate documentation using LlamaIndex's HTML reader, with intelligent file selection logic to handle duplicate files and optional comprehensive parsing modes.

  • Stock Analyzer (Tingo) by wshobson

    Integrates with Tiingo API to perform technical analysis on stocks, providing key indicators for trading decisions.

Frequently asked questions

How do I install Markdownify?

Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.

Which clients support Markdownify?

Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.

Is Markdownify free?

The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.