file systems

Markitdown

MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.

python
local
enterprise
file systems
0
View on GitHub

Installation

npx -y microsoft/markitdown

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "markitdown",
  "command": "npx",
  "args": [
    "-y",
    "microsoft/markitdown"
  ]
}

About This MCP Server

microsoft/markitdown

MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.

GitHub: https://github.com/microsoft/markitdown/tree/main/packages/markitdown-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub