MCP Server
ClickHouse MCP Server
by ClickHouse
Read-only SQL access to ClickHouse for analytics workloads.
About ClickHouse
The ClickHouse MCP server enables seamless interaction with ClickHouse databases through the MCP framework. Offers tools to execute SQL queries (read-only), list databases, and list tables within a specified database. Designed for easy integration with Claude Desktop.
Tags
databasesqlanalyticsolap
How to install ClickHouse
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"clickhouse": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-clickhouse"]
}
}
}Example shape only — see the repository for the canonical install command.