MarkItDown is a server tool that converts various resources into Markdown format automatically.
Convert a resource described by an http:, https:, file: or data: URI to markdown
{
"mcpServers": {
"markitdown": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"markitdown-mcp:latest"
]
}
}
}