Overview
What is MCP Docling Server?
MCP Docling Server is an MCP server designed to facilitate document processing using the Docling library, allowing users to interact with their documents effectively.
How to use MCP Docling Server?
To use the MCP Docling Server, install the package via pip and start the server using either stdio or SSE transport. You can also run it directly using uv without installation.
Key features of MCP Docling Server?
- Convert documents from various formats to markdown.
- Extract tables and images from documents.
- Process multiple documents in batch mode.
- Retrieve system information and configuration.
Use cases of MCP Docling Server?
- Converting academic papers to markdown for easier editing.
- Extracting tables from reports for data analysis.
- Batch processing of multiple documents for large-scale projects.
FAQ from MCP Docling Server?
- Can I convert documents from URLs?
Yes, you can convert documents from both URLs and local file paths.
- Is OCR supported for scanned documents?
Yes, you can enable OCR for scanned documents during conversion.
- How do I run the server?
You can run the server using the command
mcp-server-llsfor stdio ormcp-server-lls --transport sse --port 8000for SSE transport.