Skip to content

Commit 8b7e0a7

Browse files
committed
minor fixes and add support for gifs to Ideal Image component
1 parent 5ea701e commit 8b7e0a7

File tree

2 files changed

+199
-101
lines changed

2 files changed

+199
-101
lines changed

docs/use-cases/AI_ML/MCP/claude-desktop.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ import ClaudeConversation from '@site/static/images/use-cases/AI_ML/MCP/claude-c
2222
> This guide explains how to set up Claude Desktop with a ClickHouse MCP server using uv
2323
> and connect it to the ClickHouse example datasets.
2424
25-
<VerticalStepper headerLevel="h2" />
25+
<VerticalStepper headerLevel="h2">
2626

2727
## Install uv {#install-uv}
2828

2929
You will need to install [uv](https://docs.astral.sh/uv/) to follow the instructions in this guide.
3030
If you don't want to use uv, you will need to update the MCP Server config to use an alternative package manager.
3131

32-
3332
## Download Claude Desktop {#download-claude-desktop}
3433

3534
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
3938
Once you've got Claude Desktop installed, it's time to configure the [ClickHouse MCP server](https://github.com/ClickHouse/mcp-clickhouse).
4039
We can do this via the [Claude Desktop configuration file](https://claude.ai/docs/configuration).
4140

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.
4342
You'll then see the following screen, on which you'll need to click on the `Edit config` button:
4443

4544
<Image img={ClaudeDesktopConfig} alt="Claude Desktop configuration" size="md" />
@@ -87,7 +86,7 @@ For example, the ClickHouse MCP server configuration connecting to the ClickHous
8786
Once you've updated the config, you'll need to restart Claude Desktop for the changes to take effect.
8887

8988
:::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:
9190

9291
```text
9392
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
101100
Once you've restarted Claude Desktop, you can find the ClickHouse MCP server by clicking on the `Search and tools` icon:
102101

103102
<Image img={FindMCPServers} alt="Find MCP servers" size="md" />
103+
<br/>
104104

105105
You can then choose whether to disable all or some of the tools.
106106

@@ -113,4 +113,6 @@ Claude will ask us to confirm the use of each tool in the MCP Server the first t
113113

114114
Below you can see part of a conversation that includes some tool calls to the ClickHouse MCP Server:
115115

116-
<Image img={ClaudeConversation} alt="Claude conversation" size="md" />
116+
<Image img={ClaudeConversation} alt="Claude conversation" size="md" />
117+
118+
</VerticalStepper>

0 commit comments

Comments
 (0)