MCP Hub
Back to servers

Docling

MCP (Model Context Protocol) Server. Integrates IBM's Docling software to parse and convert various document formats into standardized Markdown, enabling efficient document processing and analysis workflows.

Stars
10
Validated
Jan 11, 2026

docling-mcp

Archiving this repo since docling is releasing the official MCP server.

Docling-mcp is a Model Context Protocol(MCP) Server that uses the Docling software created by IBM to parse and convert documents.

Currently it supports only conversion to Markdown.

Usage & configuration

To use the published one, add the below code to Claude config file.

{
  "mcpServers": {
    "docling-mcp": {
      "command": "uvx",
      "args": ["docling-mcp"]
    }
  }
}

Reviews

No reviews yet

Sign in to write a review