trackmcp
Back to directory
deep070203

docling-mcp

View on GitHub
10 stars PythonDeveloper Kits Updated Sep 3, 2025

Documentation

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.

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

Frequently asked questions

What is docling-mcp?

docling-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

How do I install docling-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is docling-mcp open source?

Yes — it is hosted on GitHub at https://github.com/deep070203/docling-mcp and has 10 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP