Skip to main content
ClaudeWave
zcaceres avatar
zcaceres

markdownify-mcp

View on GitHub

A Model Context Protocol server for converting almost anything to Markdown

MCP Servers2.7k stars230 forksTypeScriptMITUpdated 16d ago
Editor's note

Markdownify MCP Server is a Model Context Protocol server that exposes ten discrete tools for converting documents, media, and web content into Markdown text, connecting to Claude Desktop or any MCP-compatible Claude client via a simple JSON server configuration. The tools cover PDFs, DOCX, XLSX, and PPTX files, images with metadata extraction via OCR, audio files with transcription, general web pages, Bing search results, YouTube video transcripts, and direct retrieval of existing Markdown files. Under the hood it wraps Microsoft's markitdown Python library, installed automatically into a local virtual environment during setup, alongside repomix for git repository conversion. A notable constraint is that the published Docker image installs only the PDF extras, meaning audio transcription and image OCR require a full local install with markitdown[all]. The MD_ALLOWED_PATHS environment variable lets administrators restrict file access to specific directories, making the server suitable for deployment in controlled or shared environments. Writers, researchers, and developers who need to feed diverse file formats into Claude conversations will find it most useful.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/zcaceres/markdownify-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "markdownify-mcp": {
      "command": "node",
      "args": ["/path/to/markdownify-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/zcaceres/markdownify-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
aianthropicanthropic-aianthropic-claudemarkdownmcpmodel-context-protocolocrtools

What people ask about markdownify-mcp

What is zcaceres/markdownify-mcp?

+

zcaceres/markdownify-mcp is mcp servers for the Claude AI ecosystem. A Model Context Protocol server for converting almost anything to Markdown It has 2.7k GitHub stars and was last updated 16d ago.

How do I install markdownify-mcp?

+

You can install markdownify-mcp by cloning the repository (https://github.com/zcaceres/markdownify-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is zcaceres/markdownify-mcp safe to use?

+

Our security agent has analyzed zcaceres/markdownify-mcp and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains zcaceres/markdownify-mcp?

+

zcaceres/markdownify-mcp is maintained by zcaceres. The last recorded GitHub activity is from 16d ago, with 20 open issues.

Are there alternatives to markdownify-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy markdownify-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: zcaceres/markdownify-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/zcaceres-markdownify-mcp)](https://claudewave.com/repo/zcaceres-markdownify-mcp)
<a href="https://claudewave.com/repo/zcaceres-markdownify-mcp"><img src="https://claudewave.com/api/badge/zcaceres-markdownify-mcp" alt="Featured on ClaudeWave: zcaceres/markdownify-mcp" width="320" height="64" /></a>

More MCP Servers