Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 412 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 412 Bytes

docling-mcp

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