ClickHouse
Official
🗄️ Data & Files
The official ClickHouse MCP server enables AI agents to query and explore ClickHouse databases. Supports both ClickHouse Cloud and self-hosted instances with read-only access by default. Optional write access for data modification operations.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"clickhouse": {
"command": "uvx",
"args": [
"mcp-clickhouse"
],
"env": {
"CLICKHOUSE_HOST": "your-clickhouse-host-here",
"CLICKHOUSE_USER": "your-clickhouse-user-here",
"CLICKHOUSE_PASSWORD": "your-clickhouse-password-here",
"CLICKHOUSE_SECURE": "your-clickhouse-secure-here"
}
}
}
}