Loading languages...
MA

markitdown-mcp

@microsoft72189

The `markitdown-mcp` package provides a lightweight STDIO, Streamable HTTP, and SSE MCP server for calling MarkItDown. It exposes one tool: `convert_to_markdown(uri)`, where uri can be any `http:`, `https:`, `file:`, or `data:` URI.

markdown
conversion
mcp-server
microsoft
python

# mcpServer Config

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

# stdio

markitdown-mcp

# sseURL

http://127.0.0.1:3001/sse

# streamableURL

http://127.0.0.1:3001/mcp
Transport:
stdio
streamable
sse
언어:
python
생성됨:11/13/2024
업데이트됨:8/24/2025