markdownify-mcp
An MCP server that converts multiple file types and web content into Markdown format.
- Type
- MCP
- Transport
- stdio
- Open source
- Yes
- GitHub Stars
- ★ 2.8k
- Source
- mcp-github
- Repository
- github.com/zcaceres/markdownify-mcp
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
Setup
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
interview-coach-skill
Tool-readyInterview Coach skill covering the entire job search lifecycle from resume optimization to mock interviews.
skillpack
Package AI capabilities into local agents for use in Slack and Telegram.
harness-anything
AI agent control center supporting automation for WPS/MS Office, Zotero, Photoshop, and other software.
i-have-adhd
Optimize AI output to be more concise and action-oriented, tailored for users with ADHD.
gemini-notebook-mcp-cli
Access Gemini Notebook via command-line interface and MCP server.
whatsapp-mcp
WhatsApp MCP server that allows AI to read and send WhatsApp messages.