markitdown

microsoft
87154
MarkItDown-MCP is a powerful document conversion service that transforms various URIs (HTTP, local files, or data) into Markdown format, ideal for when you need to parse web content or documents for LLM processing.

Content

markitdown 1

MarkItDown-MCP is a lightweight server for converting URIs to Markdown.

convert_to_markdown

Convert a resource described by an http:, https:, or data: URI to markdown Args: uri: The URI to convert (http:, https:, or data: URI) output_type: Output type - "str" returns markdown content directly, "url" uploads content and returns file URL Returns: Markdown content string or URL to the uploaded markdown file

Parameters (2)
uri string Required

output_type string Optional