Convert PDFs and other documents to structured formats via Docling, for AI applications.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
docling-mcp · pypi · 3.1.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.docling-project/docling-mcp",
"description": "Convert PDFs and other documents to structured formats via Docling, for AI applications.",
"title": "Docling MCP",
"repository": {
"url": "https://github.com/docling-project/docling-mcp",
"source": "github"
},
"version": "3.1.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "docling-mcp",
"version": "3.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "docling-mcp==3.1.0",
"type": "named",
"name": "--from"
},
{
"value": "docling-mcp-server",
"type": "positional"
},
{
"value": "stdio",
"type": "named",
"name": "--transport"
}
],
"environmentVariables": [
{
"description": "Conversion mode: 'remote' (default) or 'local' (requires docling-mcp[local] extra).",
"name": "DOCLING_MCP_CONVERSION_MODE"
},
{
"description": "Base URL of the Docling Serve instance. Required when conversion mode is remote.",
"name": "DOCLING_MCP_SERVICE_URL"
},
{
"description": "API key for authenticating with Docling Serve.",
"isSecret": true,
"name": "DOCLING_MCP_SERVICE_API_KEY"
},
{
"description": "Request timeout in seconds for the remote Docling Serve API. Default: 300.0.",
"name": "DOCLING_MCP_SERVICE_TIMEOUT"
},
{
"description": "Maximum number of retry attempts for remote API requests. Default: 3.",
"name": "DOCLING_MCP_SERVICE_MAX_RETRIES"
},
{
"description": "Set to 'true' to fall back to local conversion when Docling Serve is unreachable.",
"name": "DOCLING_MCP_FALLBACK_TO_LOCAL"
},
{
"description": "Set to 'true' to retain page images in converted documents. Default: false.",
"name": "DOCLING_MCP_KEEP_IMAGES"
},
{
"description": "Image scale factor (e.g. 1.0, 2.0). Increase to avoid tensor batching errors. Default: 1.0.",
"name": "DOCLING_MCP_IMAGES_SCALE"
},
{
"description": "Set to 'false' to disable the OCR pipeline. Default: true.",
"name": "DOCLING_MCP_DO_OCR"
},
{
"description": "Set to 'false' to disable table structure detection. Default: true.",
"name": "DOCLING_MCP_DO_TABLE_STRUCTURE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-14T14:04:41.841319Z",
"publishedAt": "2026-08-14T14:04:41.841319Z",
"updatedAt": "2026-08-14T14:04:41.841319Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 3.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.