The ClickHouse MCP server enables AI models to interact with ClickHouse databases and the embedded chDB engine through tools for executing SQL queries, listing databases and tables with filtering and pagination support, and performing health checks. It provides read-only query execution by default with optional write access, pagination for large result sets, and includes authentication mechanisms for HTTP/SSE transports. This server solves the problem of integrating ClickHouse data access and analysis capabilities directly into Claude and other AI applications without requiring manual database connections.
claude mcp add --transport stdio clickhouse-mcp-clickhouse uvx mcp-clickhouse