clickhouse-mcp

nlapshinrocks/clickhouse-mcp
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
MCP server for ClickHouse — read-only access to schema, queries, merges, mutations, replication and query logs
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clickhouse-mcp": {
      "command": "uvx",
      "args": [
        "clickhouse-mcp"
      ]
    }
  }
}

Or install with pip: pip install clickhouse-mcp