ClickHouse
Rank #24,463io.github.alyiox/mcp-clickhousex
Read-only MCP server for ClickHouse metadata, parameterized queries, and plan analysis.
ClickHouse is a Model Context Protocol (MCP) server published by alyiox. It ranks #24,463 of 115,591 servers tracked on MCP Toplist. ClickHouse is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 5, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 91,128 of 115,591 servers on MCP Toplist.
Use ClickHouse
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-clickhousex -e "MCP_CLICKHOUSE_DSN=<your MCP_CLICKHOUSE_DSN>" -- uvx mcp-clickhousexReplace each placeholder with your own value before saving.
[mcp_servers.mcp-clickhousex]
command = "uvx"
args = ["mcp-clickhousex"]
[mcp_servers.mcp-clickhousex.env]
MCP_CLICKHOUSE_DSN = "<your MCP_CLICKHOUSE_DSN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-clickhousex": {
"command": "uvx",
"args": [
"mcp-clickhousex"
],
"env": {
"MCP_CLICKHOUSE_DSN": "<your MCP_CLICKHOUSE_DSN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-clickhousex": {
"command": "uvx",
"args": [
"mcp-clickhousex"
],
"env": {
"MCP_CLICKHOUSE_DSN": "<your MCP_CLICKHOUSE_DSN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-clickhousex": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-clickhousex"
],
"env": {
"MCP_CLICKHOUSE_DSN": "<your MCP_CLICKHOUSE_DSN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-clickhousex": {
"command": "uvx",
"args": [
"mcp-clickhousex"
],
"env": {
"MCP_CLICKHOUSE_DSN": "<your MCP_CLICKHOUSE_DSN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-clickhousex": {
"command": "uvx",
"args": [
"mcp-clickhousex"
],
"env": {
"MCP_CLICKHOUSE_DSN": "<your MCP_CLICKHOUSE_DSN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alyiox%2Fmcp-clickhousex)<a href="https://mcptoplist.com/server/io.github.alyiox%2Fmcp-clickhousex"><img src="https://mcptoplist.com/badge/io.github.alyiox%2Fmcp-clickhousex.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
alyiox
Other servers by alyiox
- Atlassian Attachments#14,228 · 5 vers
- Walmart Connect Advertising APIs#18,429 · 4 vers
- Sam's Club Sponsored Ads APIs#20,028 · 4 vers
- Docs Ask (local docs RAG)#21,506 · 1 ver
- Walmart Marketplace APIs#26,681 · 1 ver
- Microsoft SQL Server#43,269 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.9.0 | Jul 29, 2026 |
| 0.8.0 | Jul 27, 2026 |
| 0.7.0 | Apr 30, 2026 |
Frequently asked questions
- Who maintains ClickHouse?
- ClickHouse is maintained by alyiox, which publishes 7 MCP servers (20 total versions) tracked on MCP Toplist.
- Is ClickHouse listed on the Official MCP Registry?
- Yes — ClickHouse is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ClickHouse have?
- MCP Toplist tracks 3 versions of ClickHouse, most recently published on Jul 29, 2026.
- Where can I find the source code for ClickHouse?
- The source code for ClickHouse is hosted at github.com/alyiox/mcp-clickhousex.