Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
An MCP server for executing SQL queries and managing databases/tables on a ClickHouse cluster.
Add this to your MCP client configuration:
{
"mcpServers": {
"clickhouse": {
"command": "uvx",
"args": [
"mcp-clickhouse"
],
"env": {
"CLICKHOUSE_HOST": "<Hostname or IP address of the ClickHouse server.>",
"CLICKHOUSE_PORT": "<Port number for the ClickHouse server.>",
"CLICKHOUSE_USER": "<Username for authenticating with ClickHouse.>",
"CLICKHOUSE_PASSWORD": "<Password for authenticating with ClickHouse.>"
}
}
}
}{
"id": "clickhouse",
"name": "ClickHouse",
"description": "An MCP server for executing SQL queries and managing databases/tables on a ClickHouse cluster.",
"source_url": "https://github.com/ClickHouse/mcp-clickhouse",
"publisher_name": "ClickHouse",
"publisher_url": "https://github.com/ClickHouse",
"is_official": true,
"license": "Apache-2.0",
"runtime": "python",
"downloads": 101985,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "mcp-clickhouse"
},
"tools_count": 3
}