#463 · Primary category: AI Agents & Automation

markdownify-mcp

ai anthropic anthropic-ai anthropic-claude markdown mcp model-context-protocol ocr tools

A Model Context Protocol server for converting almost anything to Markdown

Project last updated:08/28/26

GitHub Stars

3.0K

Forks

254

Contributors

9

License

MIT

Why we included this project

Markdownify is an MCP server that turns the file formats agents can't read directly into plain Markdown: PDFs, images, audio (transcribed), DOCX, XLSX, PPTX, plus YouTube transcripts, Bing results, and ordinary web pages. Instead of handing a model a binary blob and hoping it makes sense of it, your assistant gets clean text it can actually work with, which sidesteps the parsing failures that come with raw files. It runs as a standard stdio MCP server, so hooking it into Claude Desktop or a custom agent config takes a few lines of JSON. The MD_ALLOWED_PATHS variable lets you restrict which directories the file tools can touch, a useful safety rail for anything that reads local documents. For teams building assistants that summarize files or answer from web sources, this saves you from reimplementing conversion logic for every format.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category