<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/using-the-clickhouse-mcp-server-with-google-antigravity-c0dr5n3ho" -->

---
title: Using the ClickHouse MCP server with Google Antigravity
description: A walkthrough of integrating the ClickHouse MCP server with Google Antigravity, an agentic development platform. Once connected via OAuth, the Antigravity...
canonical: https://daily.dev/posts/using-the-clickhouse-mcp-server-with-google-antigravity-c0dr5n3ho
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Using the ClickHouse MCP server with Google Antigravity | daily.dev
og:description: A walkthrough of integrating the ClickHouse MCP server with Google Antigravity, an agentic development platform. Once connected via OAuth, the Antigravity...
og:url: https://daily.dev/posts/using-the-clickhouse-mcp-server-with-google-antigravity-c0dr5n3ho
og:image: https://api.daily.dev/og/posts/C0dR5N3hO.png
og:image:alt: Using the ClickHouse MCP server with Google Antigravity
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Using the ClickHouse MCP server with Google Antigravity

**[ClickHouse](https://daily.dev/sources/clickhouse)** · 4 min read · 0 upvotes · 0 comments

## Summary

A walkthrough of integrating the ClickHouse MCP server with Google Antigravity, an agentic development platform. Once connected via OAuth, the Antigravity agent can automatically discover ClickHouse schemas, translate natural language prompts into SQL queries, and generate interactive React-based data visualizations as Artifacts. A standout feature is the ability to comment directly on chart regions to trigger follow-up queries and iterative updates, replacing the traditional back-and-forth between data engineers and analysts.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://clickhouse.com/blog/google-antigravity>

## Similar posts on daily.dev

- [Developing watsonx Orchestrate Agents with Antigravity](https://daily.dev/posts/developing-watsonx-orchestrate-agents-with-antigravity-maqgnxjh0) · Niklas Heidloff · 1 upvotes · 0 comments
- [I connected Google Antigravity to Figma with MCP, and it turns my designs into working code in minutes](https://daily.dev/posts/i-connected-google-antigravity-to-figma-with-mcp-and-it-turns-my-designs-into-working-code-in-minut-jzbrxay3x) · XDA Developers · 0 upvotes · 0 comments

---

Tags: [#data-visualization](https://daily.dev/tags/data-visualization), [#mcp](https://daily.dev/tags/mcp), [#clickhouse](https://daily.dev/tags/clickhouse)

[View this post on daily.dev](https://daily.dev/posts/using-the-clickhouse-mcp-server-with-google-antigravity-c0dr5n3ho)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Using the ClickHouse MCP server with Google Antigravity","url":"https://daily.dev/posts/using-the-clickhouse-mcp-server-with-google-antigravity-c0dr5n3ho","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/using-the-clickhouse-mcp-server-with-google-antigravity-c0dr5n3ho"},"datePublished":"2026-04-23T08:50:03.214Z","dateModified":"2026-04-23T08:50:27.016Z","description":"A walkthrough of integrating the ClickHouse MCP server with Google Antigravity, an agentic development platform. Once connected via OAuth, the Antigravity...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2effc9ad77cfd854f85191d61d636338?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2effc9ad77cfd854f85191d61d636338?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"ClickHouse","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"ClickHouse","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/clickhouse","url":"https://daily.dev/sources/clickhouse"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/using-the-clickhouse-mcp-server-with-google-antigravity-c0dr5n3ho","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"data-visualization,mcp,clickhouse","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"ClickHouse","item":"https://daily.dev/sources/clickhouse"},{"@type":"ListItem","position":3,"name":"Using the ClickHouse MCP server with Google Antigravity"}]}
```

