ClickHouse
Freeby Cloud Tools Co
Columnar OLAP database for real-time analytics at massive scale.
v1.0.0Added Feb 8, 2025
clickhouseolapanalytics
ClickHouse MCP Server
Columnar OLAP database for real-time analytics at massive scale.
Features
- SQL queries
- Table engines
- Materialized views
- Replication
- Performance analysis
Installation
{
"mcpServers": {
"clickhouse": {
"command": "npx",
"args": ["-y", "mcp-clickhouse"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-clickhouse
Add to claude_desktop_config.json
{
"mcpServers": {
"clickhouse": {
"command": "npx",
"args": ["-y", "mcp-clickhouse"]
}
}
}