Skip to main content
ClaudeWave
zcaceres avatar
zcaceres

markdownify-mcp

Ver en GitHub

A Model Context Protocol server for converting almost anything to Markdown

MCP Servers2.7k estrellas230 forksTypeScriptMITActualizado 16d ago
Nota editorial

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.
Casos de uso

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
aianthropicanthropic-aianthropic-claudemarkdownmcpmodel-context-protocolocrtools

Lo que la gente pregunta sobre markdownify-mcp

¿Qué es zcaceres/markdownify-mcp?

+

zcaceres/markdownify-mcp es mcp servers para el ecosistema de Claude AI. A Model Context Protocol server for converting almost anything to Markdown Tiene 2.7k estrellas en GitHub y se actualizó por última vez 16d ago.

¿Cómo se instala markdownify-mcp?

+

Puedes instalar markdownify-mcp clonando el repositorio (https://github.com/zcaceres/markdownify-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar zcaceres/markdownify-mcp?

+

Nuestro agente de seguridad ha analizado zcaceres/markdownify-mcp y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene zcaceres/markdownify-mcp?

+

zcaceres/markdownify-mcp es mantenido por zcaceres. La última actividad registrada en GitHub es de 16d ago, con 20 issues abiertos.

¿Hay alternativas a markdownify-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega markdownify-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers