Docling
About
Integrates IBM's Docling software to parse and convert various document formats into standardized Markdown, enabling efficient document processing and analysis workflows.
Details
- Author
- deep070203
- Repository
- Deep070203/docling-mcp
- GitHub stars
- 9
- License
- Apache License 2.0
- Categories
- Productivity, Developer Tools, Design, Workplace, File Management, AI, Frontend
- Tags
- #integration
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
DoclingCommand (node, npx, python, etc.)uvxArguments-
Argument 1
docling-mcp
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"docling": {
"env": {},
"args": [
"docling-mcp"
],
"command": "uvx"
}
}
}
Linux
{
"env": [],
"args": [
"docling-mcp"
],
"command": "uvx"
}
Macos
{
"env": [],
"args": [
"docling-mcp"
],
"command": "uvx"
}
Windows
{
"env": [],
"args": [
"docling-mcp"
],
"command": "uvx"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





