docling-mcp
If you are the rightful owner of docling-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Docling-mcp is a Model Context Protocol (MCP) Server designed to parse and convert documents using IBM's Docling software.
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"]
}
}
}