A lightweight MCP server for calling MarkItDown.
1.1K
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 |
Dockerfile | https://github.com/microsoft/markitdown/blob/main/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_markdown
Convert 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