Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

docling-mcp

MCP.Pizza Chef: Deep070203

docling-mcp is an MCP server leveraging IBM's Docling software to parse and convert documents into Markdown format. It enables seamless integration with LLMs by providing structured document content in Markdown, facilitating easier reading and processing. Currently, it supports only Markdown conversion, making it ideal for workflows requiring document standardization and transformation within MCP-enabled environments.

Use This MCP server To

Convert various document formats to Markdown for LLM processing Standardize document content into Markdown for easier parsing Integrate document conversion into MCP workflows Enable LLMs to access structured document content in Markdown Automate document format transformation in AI-enhanced applications

README

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

docling-mcp FAQ

How do I configure docling-mcp with an MCP client?
Add the docling-mcp server configuration to your client's MCP config file as shown in the usage snippet.
What document formats does docling-mcp support?
Currently, docling-mcp supports conversion to Markdown format only.
Can docling-mcp convert documents to formats other than Markdown?
No, at present it only supports Markdown conversion.
Is docling-mcp compatible with multiple LLM providers?
Yes, it works with any MCP client connected to LLMs like OpenAI, Claude, and Gemini.
How does docling-mcp improve document handling in MCP workflows?
It parses and converts documents into a standardized Markdown format, making them easier for LLMs to read and process.
Is docling-mcp actively maintained?
The repo is archived as the official docling MCP server is being released by IBM.