microsoft/markitdown
MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.
Quick Start
Clone the repository:
git clone https://github.com/microsoft/markitdown/tree/main/packages/markitdown-mcpClaude Desktop configuration example:
{
"mcpServers": {
"markitdown": {
"command": "npx",
"args": [
"-y",
"microsoft/markitdown"
]
}
}
}Check the repository README for specific installation and configuration instructions.