Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
PostHog Analytics MCP Server
bar-chart

PostHog Analytics MCP Server MCP Server

Product analytics platform

posthoganalyticsproductevents

About

## PostHog MCP Server: Product Analytics Suite The **PostHog MCP Server** integrates PostHog's open-source product analytics into Google Antigravity. This enables product analytics, session recordings, feature flags, and A/B testing in one platform. ### Why PostHog MCP? PostHog is the all-in-one product toolkit: - **Open Source**: Self-host for free - **All-in-One**: Analytics, replay, flags, experiments - **Autocapture**: No manual tracking needed - **EU Hosting**: GDPR-compliant options - **Generous Free Tier**: 1M events/month free ### Key Features #### 1. Capture Events ```python from posthog import Posthog posthog = Posthog("your-api-key", host="https://app.posthog.com") posthog.capture( "user-123", "feature_used", {"feature": "export", "format": "csv"} ) posthog.identify("user-123", {"email": "user@example.com", "plan": "pro"}) ``` #### 2. Feature Flags ```python # Check feature flag is_enabled = posthog.is_feature_enabled("new-checkout", "user-123") if is_enabled: show_new_checkout() else: show_old_checkout() # Get flag payload payload = posthog.get_feature_flag_payload("pricing-test", "user-123") ``` #### 3. Query Insights ```python import requests headers = {"Authorization": f"Bearer {api_key}"} response = requests.post( "https://app.posthog.com/api/projects/{project_id}/insights", headers=headers, json={ "events": [{"id": "pageview"}], "date_from": "-7d", "insight": "TRENDS" } ) ``` ### Configuration ```json { "mcpServers": { "posthog": { "command": "npx", "args": ["-y", "@anthropic/mcp-posthog"], "env": { "POSTHOG_API_KEY": "phc_xxx", "POSTHOG_HOST": "https://app.posthog.com" } } } } ``` ### Use Cases **Product Analytics**: Understand user behavior. **Feature Flags**: Safe feature rollouts. **Experimentation**: A/B testing built-in. The PostHog MCP Server brings open-source product analytics to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "posthog": {
      "mcpServers": {
        "posthog": {
          "env": {
            "POSTHOG_HOST": "https://app.posthog.com",
            "POSTHOG_API_KEY": "YOUR_API_KEY"
          },
          "args": [
            "-y",
            "posthog-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Event tracking
  2. 2Funnel analysis
  3. 3Feature flags

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers