diff --git a/docs/use-cases/AI_ML/MCP/01_remote_mcp.md b/docs/use-cases/AI_ML/MCP/01_remote_mcp.md index a8599a8f179..29fd79fe05c 100644 --- a/docs/use-cases/AI_ML/MCP/01_remote_mcp.md +++ b/docs/use-cases/AI_ML/MCP/01_remote_mcp.md @@ -24,7 +24,7 @@ import img7 from '@site/static/images/use-cases/AI_ML/MCP/7usage_mcp.png'; # Enabling the ClickHouse Cloud Remote MCP Server -> This guide explains how to enable and use the ClickHouse Cloud Remote MCP Server. We will use Claude Code as an MCP Client for this example. +> This guide explains how to enable and use the ClickHouse Cloud Remote MCP Server. We will use Claude Code as an MCP Client for this example, but any LLM client that supports MCP can be used. :::note The remote server capability is currently available in private preview only. @@ -95,4 +95,6 @@ claude mcp add --transport http clickhouse_cloud https://mcp.clickhouse.cloud/mc Claude Code MCP Usage +Although this example used Claude code, you can use any LLM client that supports MCP by following similar steps. +