MCP server
ClickHouse MCP Server
Run read-only SQL against ClickHouse and browse its databases and tables.
Add it to your client
OfficialInstall
pip install mcp-clickhouse
- Transport
- both
- Runtime
- Python
- Auth
- Required
- Tools
- 4
- License
- Apache-2.0
Tools
run_querylist_databaseslist_tablesrun_chdb_select_query
The official ClickHouse MCP server keeps its surface deliberately small: list databases, list tables, and run a SQL query. Queries execute in read-only mode, so an agent exploring an analytics cluster cannot mutate it. A fourth tool routes queries through chDB, the embedded ClickHouse engine, for local files and object storage without a server. Over HTTP it requires a bearer token or an OAuth provider; stdio runs unauthenticated on the local machine.
Similar MCP servers
Braintrust MCP
MCP serverQueries Braintrust eval data and production logs from a coding agent.
Data & AnalyticsAI Models & Inference
Neon MCP Server
MCP serverHosted MCP endpoint for Neon Postgres projects, branches and migrations.
DatabasesCloud Platforms & Infrastructure
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Comments(0)
Sign in to comment