docling-mcp

Making docling agentic through MCP

GitHub Stars

191

User Rating

Not Rated

Favorites

0

Views

25

Forks

45

Issues

16

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.8 or higher
uvicorn: Latest version

Installation Steps

1. Install Dependencies

sh
uv sync

2. Install the docling_mcp Package

sh
uv pip install -e .

3. Start Docling Tools

After installing the dependencies, you can expose the tools of Docling by running:
sh
uv run docling-mcp-server

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Tools not found Solution: Review installation steps and ensure commands are executed in the correct directory.

Additional Resources