---
slug: "docling-mcp服务器"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/deep070203/docling-mcp@main/README.md"
repo: "https://github.com/deep070203/docling-mcp"
source_file: "README.md"
branch: "main"
---
# docling-mcp

Archiving this repo since docling is releasing the official MCP server.

Docling-mcp is a Model Context Protocol(MCP) Server that uses the Docling software created by IBM to parse and convert documents.

Currently it supports only conversion to Markdown.

## Usage & configuration

To use the published one, add the below code to Claude config file.

```bash
{
  "mcpServers": {
    "docling-mcp": {
      "command": "uvx",
      "args": ["docling-mcp"]
    }
  }
}
```
