Skip to content

Clickhouse

Free

by MCP Community

ClickHouse MCP Server for read-only database operations

v1.0.0Added Apr 12, 2026
mcpclickhousedatabaseolapanalytics
Works with:ClaudeGPTGeminiCopilot

Clickhouse MCP Server

ClickHouse MCP Server for read-only database operations

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @arvoretech/clickhouse-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "clickhouse": {
      "command": "npx",
      "args": ["-y", "@arvoretech/clickhouse-mcp"]
    }
  }
}