Skip to content
Cursor

mcp clickhouse for Cursor

io.github.infoinlet-marketplace/mcp-clickhouse

Read-only ClickHouse for AI agents — analytics queries, table inspection, sizes, health.

client:Cursor transport:stdio runtime:npm

Install mcp clickhouse in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-clickhouse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-clickhouse"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp clickhouse in other clients