Back to Plugins

Clickhouse

Connect Claude to your ClickHouse Cloud databases. Browse organizations, services, databases, and table schemas. Run read-only SQL queries against your data and get instant analytical answers. Monitor service backups, review billing costs, and inspect ClickPipe configurations - …

databaseai
By ClickHouse
41Updated 3 weeks agoApache-2.0

Installation

/plugin install clickhouse@claude-plugins-official

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions

ClickHouse Claude Code Plugin

The official Claude Code Plugin for ClickHouse. Extends Claude Code with ClickHouse best practice skills, rules, and the ClickHouse MCP server.

Installation

Install from the Claude Code plugin directory (pending marketplace approval):

claude plugin install clickhouse@claude-plugins-official

Or clone the repo and load it directly:

git clone --recursive https://github.com/ClickHouse/clickhouse-claude-code-plugin
claude --plugin-dir ./clickhouse-claude-code-plugin

What's included

  • Skills — ClickHouse best practice rules covering schema design, query optimization, and data ingestion, applied automatically when you work with ClickHouse
  • MCP Server — connects Claude Code to the ClickHouse Cloud Remote MCP server for schema inspection and read-only SQL queries against your clusters

See skills/clickhouse-best-practices/ for the full rule set.

Keeping skills up to date

Best practice rules are sourced from ClickHouse/agent-skills and kept in sync via a weekly GitHub Action that pushes upstream changes directly to main. The source is tracked as a git submodule at submodules/agent-skills.

License

Apache 2.0 — see LICENSE for details.

View source on GitHub