Markitdown

Markitdown

A lightweight MCP server for calling MarkItDown.

1.1K

1 Tool

Signed
Built by Docker
Requires Configuration
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Markitdown MCP Server

A lightweight MCP server for calling MarkItDown.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/markitdown
Authormicrosoft
Repositoryhttps://github.com/microsoft/markitdown
Dockerfilehttps://github.com/microsoft/markitdown/blob/main/packages/markitdown-mcp/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/markitdown --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (1)

Tools provided by this ServerShort Description
convert_to_markdownConvert a resource described by an http:, https:, file: or data: URI to markdown

Tools Details

Tool: convert_to_markdown

Convert a resource described by an http:, https:, file: or data: URI to markdown

ParametersTypeDescription
uristring

Use this MCP Server

{
  "mcpServers": {
    "markitdown": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-v",
        "/local-directory:/local-directory",
        "mcp/markitdown"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers