Back to MCP Servers
ClickHouse Server
Query and manage ClickHouse analytical databases for real-time analytics and large-scale data processing
clickhousedatabaseanalyticsolapdata
By ClickHouse
Installation
pip install mcp-clickhouseConfiguration
{
"mcpServers": {
"clickhouse": {
"command": "uvx",
"args": ["mcp-clickhouse"],
"env": {
"CLICKHOUSE_HOST": "localhost",
"CLICKHOUSE_PORT": "8123",
"CLICKHOUSE_USER": "default",
"CLICKHOUSE_PASSWORD": "your-password"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes