A lightweight MCP server for calling MarkItDown.
7.5K
1 Tool
Version 4.43 or later needs to be installed to add the server automatically
About
A lightweight MCP server for calling MarkItDown.
| Attribute | Details |
|---|---|
| Docker Image | mcp/markitdown |
| Author | microsoft |
| Repository | https://github.com/microsoft/markitdown |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/microsoft/markitdown/blob/3d4fe3cdcced195c7f6ce6d266dbf508aa147e54/packages/markitdown-mcp/Dockerfile |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/markitdown --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence | MIT License |
| Tools provided by this Server | Short Description |
|---|---|
convert_to_markdown | Convert a resource described by an http:, https:, file: or data: URI to markdown |
convert_to_markdownConvert a resource described by an http:, https:, file: or data: URI to markdown
| Parameters | Type | Description |
|---|---|---|
uri | string |
{
"mcpServers": {
"markitdown": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/local-directory:/local-directory",
"mcp/markitdown"
]
}
}
}
Manual installation
You can install the MCP server using:
Installation for