mcpbeat Sign in

MCP Clickhouse MCP Server

local only

MCP Clickhouse runs on your own machine — the client starts it, so there is no endpoint to ping. 390 installs a week from npm. Last commit 30 Aug 2026.

ClickHouse query & management for AI agents — SQL-classified read/write/destructive gating.

Installs per day peak 179 · avg 13
a month agotoday
390
Installs / week
npm · @dockndevai/mcp-clickhouse
1
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Clickhouse every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-clickhouse -- npx -y @dockndevai/mcp-clickhouse
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-clickhouse": {
      "args": [
        "-y",
        "@dockndevai/mcp-clickhouse"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-clickhouse]
command = "npx"
args = ["-y", "@dockndevai/mcp-clickhouse"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-clickhouse": {
      "args": [
        "-y",
        "@dockndevai/mcp-clickhouse"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-clickhouse": {
      "args": [
        "-y",
        "@dockndevai/mcp-clickhouse"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Clickhouse

same job, measured the same way
MCP Mysql
by infoinlet-marketplace

Read-only MySQL/MariaDB for AI agents — query, list/describe tables, health. SQL-guarded.

42 installs/wk local only
MCP Mongodb
by infoinlet-marketplace

Read-only MongoDB for AI agents — find, aggregate (no write stages), count, stats.

35 installs/wk local only
Mysql
by codechap

MCP server for MySQL/MariaDB — pooled async queries with destructive-query safety

local only
MCP Notion
by infoinlet-marketplace

Notion for AI agents — search, read pages/blocks, query databases, create pages.

35 installs/wk local only
Berth
by seayniclabs

Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.

65 installs/wk local only
A2db
by agentic-eng

Safe, read-only database access for AI agents. 5 databases, batch queries, SQLGlot.

107 installs/wk local only
SQL
by abhishekkumar2021

Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.

59 installs/wk local only
C
Googleapis
by googleapis-sqladmin

Create, manage, and query your Google Cloud SQL resources.

15 tools answering

MCP Clickhouse — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Clickhouse?
MCP Clickhouse runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dockndevai/mcp-clickhouse was installed 390 times last week.
How do I connect MCP Clickhouse?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dockndevai/mcp-clickhouse straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Clickhouse?
The npm package @dockndevai/mcp-clickhouse was installed 390 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Clickhouse open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.