← Registry
MCP Official

markitdown-mcp

MCP server exposing MarkItDown's file-to-Markdown conversion (PDF, Office, images, audio) to agents.

Install

pip install markitdown-mcp
$

markitdown-mcp is a lightweight server that wraps Microsoft's MarkItDown library, exposing a single convert_to_markdown tool that turns content at an http, https, file, or data URI into Markdown for an LLM to read. It runs over STDIO by default, or as a streamable HTTP/SSE service, and ships a Docker image. Use it to feed documents into an agent as clean Markdown instead of raw file bytes.