Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A lightweight MCP server for converting various file formats to Markdown. Supports local files, remote URLs, and data URIs, making documents accessible to LLMs in a structured markdown format.
Add this to your MCP client configuration:
{
"mcpServers": {
"markitdown": {
"command": "uvx",
"args": [
"markitdown-mcp"
]
}
}
}{
"id": "markitdown",
"name": "MarkItDown",
"description": "A lightweight MCP server for converting various file formats to Markdown. Supports local files, remote URLs, and data URIs, making documents accessible to LLMs in a structured markdown format.",
"source_url": "https://github.com/microsoft/markitdown/tree/main/packages/markitdown-mcp",
"publisher_name": "Microsoft",
"publisher_url": "https://github.com/microsoft",
"is_official": true,
"license": "MIT",
"runtime": "python",
"downloads": 72482,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "markitdown-mcp"
},
"tools_count": 1
}