Files
Michele Dolfi c0aabb3465 docs: generalize integrations and add LM Studio with quick install button (#55)
* generalize and add LM Studio with quick install button

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

* Apply suggestions from code review

Co-authored-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>

---------

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
Co-authored-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
2025-07-30 15:30:38 +02:00
..

Integrating Docling MCP into Clients

Docling MCP can be easily integrated into MCP-compatible clients using standard configuration methods.

Claude for Desktop

Claude for Desktop supports integration via the claude_desktop_config.json file (located at ~/Library/Application Support/Claude/claude_desktop_config.json in MacOS). By adding the appropriate Docling MCP endpoint and parameters to this configuration, Claude Desktop can connect to and utilize Docling MCPs functionality with minimal effort. You can find an example of those details here.

Once installed, extend Claude for Desktop so that it can read from your computer's file system, by following the For Claude Desktop Users tutorial.

LM Studio

LM Studio supports MCP tools and allows to run your agentic workloads completely locally. The configuration is done by editing the mcp.json file, or with the convenience button below.

Add MCP Server docling to LM Studio

{
  "mcpServers": {
    "docling": {
      "command": "uvx",
      "args": [
        "--from=docling-mcp",
        "docling-mcp-server"
      ]
    }
  }
}