@@ -22,14 +22,13 @@ import ClaudeConversation from '@site/static/images/use-cases/AI_ML/MCP/claude-c
22
22
> This guide explains how to set up Claude Desktop with a ClickHouse MCP server using uv
23
23
> and connect it to the ClickHouse example datasets.
24
24
25
- <VerticalStepper headerLevel =" h2 " / >
25
+ <VerticalStepper headerLevel =" h2 " >
26
26
27
27
## Install uv {#install-uv}
28
28
29
29
You will need to install [ uv] ( https://docs.astral.sh/uv/ ) to follow the instructions in this guide.
30
30
If you don't want to use uv, you will need to update the MCP Server config to use an alternative package manager.
31
31
32
-
33
32
## Download Claude Desktop {#download-claude-desktop}
34
33
35
34
You'll also need to install the Claude Desktop app, which you can download from the [ Claude Desktop website] ( https://claude.ai/desktop ) .
@@ -39,7 +38,7 @@ You'll also need to install the Claude Desktop app, which you can download from
39
38
Once you've got Claude Desktop installed, it's time to configure the [ ClickHouse MCP server] ( https://github.com/ClickHouse/mcp-clickhouse ) .
40
39
We can do this via the [ Claude Desktop configuration file] ( https://claude.ai/docs/configuration ) .
41
40
42
- To find this file, first go to the settings page (` Cmd+, ` on a Mac) and then click on the ` Developer ` tab on the left menu
41
+ To find this file, first go to the settings page (` Cmd+, ` on a Mac) and then click on the ` Developer ` tab on the left menu.
43
42
You'll then see the following screen, on which you'll need to click on the ` Edit config ` button:
44
43
45
44
<Image img ={ClaudeDesktopConfig} alt =" Claude Desktop configuration " size =" md " />
@@ -87,7 +86,7 @@ For example, the ClickHouse MCP server configuration connecting to the ClickHous
87
86
Once you've updated the config, you'll need to restart Claude Desktop for the changes to take effect.
88
87
89
88
::: warning
90
- Depending how you installed ` uv ` , you might receive the following error when restarting Claude Desktop:
89
+ Depending on how you installed ` uv ` , you might receive the following error when restarting Claude Desktop:
91
90
92
91
``` text
93
92
MCP mcp-clickhouse: spawn uv ENOENT
@@ -101,6 +100,7 @@ If that happens, you'll need to update the `command` to have the full path to `u
101
100
Once you've restarted Claude Desktop, you can find the ClickHouse MCP server by clicking on the ` Search and tools ` icon:
102
101
103
102
<Image img ={FindMCPServers} alt =" Find MCP servers " size =" md " />
103
+ <br />
104
104
105
105
You can then choose whether to disable all or some of the tools.
106
106
@@ -113,4 +113,6 @@ Claude will ask us to confirm the use of each tool in the MCP Server the first t
113
113
114
114
Below you can see part of a conversation that includes some tool calls to the ClickHouse MCP Server:
115
115
116
- <Image img ={ClaudeConversation} alt =" Claude conversation " size =" md " />
116
+ <Image img ={ClaudeConversation} alt =" Claude conversation " size =" md " />
117
+
118
+ </VerticalStepper >
0 commit comments