You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-6Lines changed: 25 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,32 @@ More options are available, e.g. the selection of which toolgroup to launch. Use
64
64
65
65
For developing the MCP tools further, please refer to the [docs/development.md](docs/development.md) page for instructions.
66
66
67
-
## Integration with Claude for Desktop
67
+
## Integration with MCP clients
68
+
69
+
One of the easiest ways to experiment with the tools provided by Docling MCP is to leverage an AI desktop client with MCP support.
70
+
Most of these clients use a common config interface. Adding Docling MCP in your favorite client is usually as simple as adding the following entry in the configuration file.
71
+
72
+
```json
73
+
{
74
+
"mcpServers": {
75
+
"docling": {
76
+
"command": "uvx",
77
+
"args": [
78
+
"--from=docling-mcp",
79
+
"docling-mcp-server"
80
+
]
81
+
}
82
+
}
83
+
}
84
+
```
85
+
86
+
When using **[Claude for Desktop](https://claude.ai/download)**, simply edit the config file `claude_desktop_config.json` with the snippet above or the example provided [here](docs/integrations/claude_desktop_config.json).
68
87
69
-
One of the easiest ways to experiment with the tools provided by Docling-MCP is to leverage [Claude for Desktop](https://claude.ai/download).
70
-
Once installed, extend Claude for Desktop so that it can read from your computer’s file system, by following the [For Claude Desktop Users](https://modelcontextprotocol.io/quickstart/user) tutorial.
88
+
In **[LM Studio](https://lmstudio.ai/)**, edit the `mcp.json` file with the appropriate section or simply clik on the button below for a direct install.
71
89
72
-
To enable Claude forDesktop with Docling MCP, simply edit the config file `claude_desktop_config.json` (located at `~/Library/Application Support/Claude/claude_desktop_config.json`in MacOS) and add a new item in the `mcpServers` key with the details of a Docling MCP server. You can find an example of those details [here](docs/integrations/claude_desktop_config.json).
90
+
[](https://lmstudio.ai/install-mcp?name=docling&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb209ZG9jbGluZy1tY3AiLCJkb2NsaW5nLW1jcC1zZXJ2ZXIiXX0%3D)
73
91
92
+
Other integrations are described in [./docs/integrations/](./docs/integrations/).
74
93
75
94
## Examples
76
95
@@ -96,11 +115,11 @@ The document should investigate the impact of tokenizers on the quality of LLMs.
96
115
97
116
## License
98
117
99
-
The Docling-MCP codebase is under MIT license. For individual model usage, please refer to the model licenses found in the original packages.
118
+
The DoclingMCP codebase is under MIT license. For individual model usage, please refer to the model licenses found in the original packages.
100
119
101
120
## LF AI & Data
102
121
103
-
Docling and Docling-MCP is hosted as a project in the [LF AI & Data Foundation](https://lfaidata.foundation/projects/).
122
+
Docling and DoclingMCP is hosted as a project in the [LF AI & Data Foundation](https://lfaidata.foundation/projects/).
104
123
105
124
**IBM ❤️ Open Source AI**: The project was started by the AI for knowledge team at IBM Research Zurich.
Copy file name to clipboardExpand all lines: docs/integrations/README.md
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,30 @@
2
2
3
3
Docling MCP can be easily integrated into MCP-compatible clients using standard configuration methods.
4
4
5
-
For example, [Claude for Desktop](https://claude.ai/download) supports integration via the `claude_desktop_config.json` file. By adding the appropriate Docling MCP endpoint and parameters to this configuration, Claude Desktop can connect to and utilize Docling MCP’s functionality with minimal effort.
5
+
## Claude for Desktop
6
6
7
+
[Claude for Desktop](https://claude.ai/download) 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 MCP’s functionality with minimal effort. You can find an example of those details [here](claude_desktop_config.json).
8
+
9
+
Once installed, extend Claude for Desktop so that it can read from your computer's file system, by following the [For Claude Desktop Users](https://modelcontextprotocol.io/quickstart/user) tutorial.
10
+
11
+
12
+
## LM Studio
13
+
14
+
[LM Studio](https://lmstudio.ai/) 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.
15
+
16
+
[](https://lmstudio.ai/install-mcp?name=docling&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb209ZG9jbGluZy1tY3AiLCJkb2NsaW5nLW1jcC1zZXJ2ZXIiXX0%3D)
0 commit comments