Official AntV MCP server that turns a description of your data into a rendered chart — 26 visualization types from bar and line to sankey, mind-map, fishbone and geographic maps.
ClickHouseMCP Server
Summary
ClickHouse's official MCP server — run analytical SQL, explore schemas, and query local files with chDB.
Features
- Run analytical SQL against ClickHouse from an AI client
- List databases and inspect table schemas
- Includes chDB for querying local files without a server
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
ClickHouse's official MCP server lets an assistant query a ClickHouse instance directly, which turns "what happened to conversion last week" into a real query against real data rather than a guess.
What it provides
- SQL execution against your ClickHouse cluster, with results returned in a form the model can reason about
- Schema discovery — list databases and tables, inspect column types, and understand partitioning before writing a query
- chDB support for running ClickHouse SQL over local files (Parquet, CSV, JSON) with no server at all, which is remarkably useful for ad-hoc analysis
- ClickHouse Cloud compatibility alongside self-managed deployments
Practical notes
Queries execute with the permissions of the configured user, so point it at a read-only account unless you have a specific reason not to. Query limits and timeouts are configurable to prevent an over-enthusiastic assistant from running a scan across a billion rows.
Installed with uvx mcp-clickhouse and configured through environment variables for host, user, and password.
Related MCP Servers
Turso's hosted MCP server — manage Turso Cloud databases, branch them point-in-time and run SQL from a coding agent, authorised over OAuth with no API token to paste.
Google's official Firebase MCP server — 70+ tools across Firestore, Auth, Crashlytics, Cloud Functions, Storage, Messaging and Remote Config, shipped inside the Firebase CLI.
InfluxData's official MCP server for InfluxDB 3 — schema discovery, bounded SQL and InfluxQL queries, line-protocol writes and token administration across Core, Enterprise and Cloud.
