ClickHouse runs on your own machine — the client starts it, so there is no endpoint to ping. 64 610 installs a week from pypi. Last commit 17 Sep 2026.
Official ClickHouse MCP server for querying and exploring ClickHouse clusters and chDB.
Today is the operative word: we check ClickHouse every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-clickhouse -- uvx mcp-clickhouse
{
"mcpServers": {
"mcp-clickhouse": {
"args": [
"mcp-clickhouse"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-clickhouse]
command = "uvx"
args = ["mcp-clickhouse"]
{
"mcpServers": {
"mcp-clickhouse": {
"args": [
"mcp-clickhouse"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-clickhouse": {
"args": [
"mcp-clickhouse"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
CLICKHOUSE_HOST (Hostname of the ClickHouse server), CLICKHOUSE_USER (Username for ClickHouse authentication), CLICKHOUSE_PASSWORD (Password for ClickHouse authentication), CLICKHOUSE_PORT (ClickHouse HTTP(S) port. Defaults to 8443 when CLICKHOUSE_SECURE=true, 8123 otherwise), CLICKHOUSE_SECURE (Use HTTPS to connect to ClickHouse), CLICKHOUSE_VERIFY (Verify SSL certificates), CLICKHOUSE_DATABASE (Default database to use), CLICKHOUSE_ROLE (ClickHouse role to activate for the session), CLICKHOUSE_ALLOW_WRITE_ACCESS (Allow write operations (DDL and DML). Queries run read-only by default), CLICKHOUSE_ALLOW_DROP (Allow destructive operations (DROP, TRUNCATE, DELETE, UPDATE, REPLACE, CLEAR, and DETACH PERMANENTLY) when write access is also enabled), CLICKHOUSE_MCP_QUERY_TIMEOUT (Query tool timeout in seconds), CLICKHOUSE_MCP_MAX_WORKERS (Maximum query worker thread pool size).
The author declared them in the registry entry; get the values from the project itself.
MCP server for querying the official MCP registry.
Official MCP server for pplog - a poem sharing service
DataOps ClickHouse MCP server with query optimization and pipeline monitoring
Read-only MCP server for ClickHouse metadata, parameterized queries, and plan analysis.
The official MCP Server for the Mux API
Official MCP Server for Mailtrap
MCP server for Trino data warehouses. Query, analyze plans, and explore schemas.
Official SerpApi MCP server for Google, Bing, and other search engines.
Answers built from our own checks of this server.