Back to MCP Servers
🔌

microsoft/markitdown

MIT

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

PythonCommunication

Install

npx -y microsoft-markitdown

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "microsoft-markitdown": {
      "command": "npx",
      "args": [
        "-y",
        "microsoft-markitdown"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.