- Explore MCP Servers
- docling-mcp
Docling Mcp
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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"]
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










