file systems

Markitdown

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

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

Need More Details?

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

View Full Documentation on GitHub

Related MCPs

View all →