docling-mcp-guidance

Guide document conversion method selection with OCR fallback for n8n automation.

2|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/dasgltd/llm-skills --skill docling-mcp-guidance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docling-mcp-guidance
Source: https://github.com/dasgltd/llm-skills/tree/main/skills/docling-mcp-guidance
Command: npx skills add https://github.com/dasgltd/llm-skills --skill docling-mcp-guidance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides guidance on when and how to use the docling MCP for document conversion, offering a clear decision-making framework for choosing between docling, markitdown, and vision conversion methods.

Core Features & Use Cases

  • Content Routing: Determines the optimal conversion method based on document type, including native digital files, OCR-heavy documents, and visual content.
  • Topology Documentation: Explains the backend architecture and the fallback rule for n8n automation.
  • Fallback Mechanism: Ensures OCR automation reliability with a mandatory fallback to Gemini vision when the docling server is down.
  • Credentials and Variables: Details the necessary credentials and environment variables for setting up and using the docling MCP.

Quick Start

Set up the docling MCP and use it to convert a PDF document to markdown format by triggering the conversion with the appropriate command in your workflow.

Frequently Asked Questions about docling-mcp-guidance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose between docling, markitdown, and vision conversion for document automation?

Document conversion routing depends on content type: native digital files use markitdown, OCR-heavy documents use docling, and visual content uses vision conversion. The framework selects the optimal method based on document characteristics.

What fallback mechanism ensures OCR automation reliability when the docling server is down?

OCR automation reliability uses a mandatory fallback to Gemini vision when the docling server is down. This topology ensures document conversion continues without interruption during server outages in n8n workflows.

How do I set up credentials and environment variables for the docling MCP?

Setting up the docling MCP requires configuring specific credentials and environment variables for authentication and server communication. The guidance provides detailed setup instructions to integrate the MCP into your automation workflow.

Does n8n automation support document conversion workflows with docling MCP?

n8n automation supports document conversion workflows using the docling MCP. The backend architecture integrates docling for OCR-heavy documents, markitdown for native digital files, and vision methods for visual content within n8n topologies.

What's the best way to convert a PDF document to markdown format using docling?

Converting a PDF to markdown using docling involves setting up the MCP and triggering the conversion with the appropriate command in your workflow. This method is optimal for OCR-heavy documents requiring accurate text extraction.