MCP ExplorerExplorer

Docling Mcp

@Deep070203on a year ago
9 Apache-2.0
FreeCommunity
AI Systems
docling-mcp is an MCP Server for converting documents to Markdown using Docling.

Overview

What is Docling Mcp

docling-mcp is a Model Context Protocol (MCP) Server that utilizes IBM’s Docling software to parse and convert documents, specifically supporting conversion to Markdown format.

Use cases

Use cases for docling-mcp include converting technical documents into Markdown for easier editing, preparing content for web publishing, and transforming legacy documents into a modern format.

How to use

To use docling-mcp, add the provided configuration code to your Claude config file, specifying the command and arguments for the server.

Key features

The key feature of docling-mcp is its ability to convert documents into Markdown format, leveraging the capabilities of the Docling software for document parsing.

Where to use

docling-mcp can be used in various fields where document conversion is necessary, such as software documentation, content management systems, and technical writing.

Content

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"]
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers