docling-mcp-server
If you are the rightful owner of docling-mcp-server 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.
A Model Context Protocol (MCP) server for converting documents to markdown using the Docling library.
The Docling MCP Server is designed to facilitate the conversion of documents into markdown format, leveraging the capabilities of the Docling library. This server is particularly useful for AI assistants like Claude, enabling them to process and extract content from a variety of document formats. It supports conversion from both URLs and local files, and is capable of handling documents with embedded images and tables. Additionally, the server offers OCR support for text extraction from images, batch processing for multiple documents, and caching to enhance performance. It also includes hardware acceleration support, specifically MPS on macOS, to optimize processing speed.
Features
- Convert documents from URLs or local files to markdown
- Extract tables from documents
- Convert documents with embedded images
- Support for OCR (Optical Character Recognition)
- Batch processing of multiple documents
Tools
convert_document
Convert a document from a URL or local path to a Markdown format
convert_document_with_images
Convert the document and return Markdown text and embedded images
extract_tables
Extract tables from documents and return structured data
convert_batch
Batch conversion of multiple documents
get_system_info
Return system configuration and acceleration status information