Labsco
clickhouse logo

setup

✓ Official4

by clickhouse · part of clickhouse/clickhouse-claude-code-plugin

Guides users through setting up the ClickHouse MCP server connection bundled with this plugin. Use when the user first installs the plugin or has trouble…

🔥🔥✓ VerifiedFreeAdvanced setup

Guides users through setting up the ClickHouse MCP server connection bundled with this plugin. Use when the user first installs the plugin or has trouble…

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.

by clickhouse

Guides users through setting up the ClickHouse MCP server connection bundled with this plugin. Use when the user first installs the plugin or has trouble… npx skills add https://github.com/clickhouse/clickhouse-claude-code-plugin --skill setup Download ZIPGitHub4

What the MCP Server Provides

Once connected, the ClickHouse MCP server provides these tools:

Organization & Service Management

  • get_organizations — list all accessible ClickHouse Cloud organizations

  • get_organization_details — details of a single organization

  • get_services_list — list all services in an organization

  • get_service_details — details of a single service

Database Exploration

  • list_databases — list all databases in a service

  • list_tables — list tables in a database (supports like/notLike filtering)

  • run_select_query — execute read-only SELECT queries (⚠️ subject to 30s Claude Code timeout)

ClickPipes

  • list_clickpipes — list all ClickPipes for a service

  • get_clickpipe — details of a specific ClickPipe

Backups

  • list_service_backups — list all backups for a service

  • get_service_backup_details — details of a specific backup

  • get_service_backup_configuration — backup schedule and retention settings

Billing

  • get_organization_cost — billing and usage cost data (max 31-day window)

All tools are read-only. See the ClickHouse MCP docs for details.

Best Practices Skill

This plugin also includes the clickhouse-best-practices skill with 28 rules covering schema design, query optimization, and insert strategy. That skill activates automatically when you work with ClickHouse -- no setup needed.