Skip to main content
File SystemsPython

microsoft/markitdown

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

file-systemsofficiallocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
Python
Author
microsoft