markdownify-mcp

markdownify-mcp

An MCP server that converts multiple file types and web content into Markdown format.

MCPOfficeOpen sourcemarkdown文件转换文档处理
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 2.8k
Source
mcp-github

Overview

Markdownify is a Model Context Protocol (MCP) server that converts PDFs, images, audio files, web pages, and other file types into readable and shareable Markdown text. It supports various formats such as PDF, DOCX, XLSX, PPTX, and web content like YouTube video subtitles and Bing search results. This capability enables AI to easily process and transform diverse files, making it suitable for document conversion and organization tasks. Deployment options include cloning the repository, installing dependencies, and starting the service.

Capabilities

  • Convert PDF to Markdown
  • Convert images to Markdown
  • Transcribe audio to Markdown
  • Convert DOCX to Markdown
  • Convert XLSX to Markdown
  • Convert PPTX to Markdown

Use cases

Document automation processingContent organization and archivingUnified management of multi-format filesWeb content scraping and conversion

Setup

Requires: API KeyNode 环境
1. Clone the repository; 2. Install dependencies: `bun install`; 3. Build the project: `bun run build`; 4. Start the service: `bun start`.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to restrict read paths?

Set the environment variable `MD_ALLOWED_PATHS` to a list of allowed directories.

Is Docker deployment supported?

Yes, use the commands `docker build -t markdownify-mcp .` and `docker run`.

Related skills