Back to directory
markitdown-mcp

markitdown-mcp

@microsoft119514

A lightweight Model Context Protocol (MCP) server from Microsoft's MarkItDown project, providing STDIO, Streamable HTTP, and SSE transports to convert various URIs (http:, https:, file:, data:) into Markdown.

markdownconversiondocument processinguricontext

Installation & Configuration

{
  "mcpServers": {
    "markitdown": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "markitdown-mcp:latest"
      ]
    }
  }
}

Information

Transport
stdiostreamablesse
Language
python
Created
2024/11/13
Updated
2026/5/2