Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 12, 2026·2 min de lecture

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.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install aa44dfd3-85b6-40f6-9dfc-31f26f8e1429 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

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.

🙏

Source et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires