Skip to main content
Draft. Not yet editorially reviewed.
The ClickHouse MCP server is the open-standard access layer of the Agentic Data Stack: it exposes ClickHouse to the chat front-end over the Model Context Protocol, so the agent can explore your data and run read-only queries against it. In the bundle, the open-source server runs alongside ClickHouse and is preconfigured in LibreChat. It exposes three tools to the agent:
  • List databases — enumerate the databases in the connected ClickHouse instance.
  • List tables — inspect the tables and their schemas within a database.
  • Run SELECT queries — execute read-only queries and return the results.
To run it as part of the stack, see the Docker setup guide. To use the ClickHouse MCP server with other clients and agent frameworks, or to read its source and configuration:
Prefer a managed MCP server? ClickHouse Cloud offers a fully managed Remote MCP server — zero install, OAuth authentication, and a richer tool set that adds management operations (services, billing, ClickPipes, backups) on top of the read-only tools above. See its comparison with the open-source server.
Last modified on June 12, 2026