Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 12, 2026·2 min de lectura

Markdownify MCP — Convert Files and URLs to Markdown

Markdownify MCP is an MCP server that converts PDFs, images, audio, and web pages into Markdown, with optional path allowlists for safer local file access.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install aa44dfd3-85b6-40f6-9dfc-31f26f8e1429 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

Markdownify MCP is an MCP server that converts PDFs, images, audio, and web pages into Markdown, with optional path allowlists for safer local file access.

  • Best for: agents that need document-to-Markdown ingestion (PDF/web/audio) before summarizing or indexing
  • Works with: Bun/Node, optional Docker, optional MD_ALLOWED_PATHS allowlist
  • Setup time: 15–30 minutes

Practical Notes

  • Data point: Docker mode can enforce a read boundary via MD_ALLOWED_PATHS.
  • Quant: mount only one directory first (e.g. /data) to reduce accidental file exposure.

Pattern: convert → then summarize

When an agent reads arbitrary documents, keep the pipeline explicit:

  1. Convert to Markdown (normalize),
  2. store the Markdown (cache),
  3. summarize / chunk / index.

This avoids repeated parsing and makes outputs auditable.

Security note

If your agent has local file access, always restrict paths (allowlist) and run conversion in a container when possible.

FAQ

Q: Does it support PDFs? A: Yes. The repo lists pdf-to-markdown and related tools.

Q: How do I restrict what it can read? A: Set MD_ALLOWED_PATHS to an allowlist of directories.

Q: Should I run it in Docker? A: If you’re exposing local files, Docker + read-only mounts is a safer default.

🙏

Fuente y agradecimientos

Source: https://github.com/zcaceres/markdownify-mcp > License: MIT > GitHub stars: 2,673 · forks: 223

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados