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
Mixpanel
bar-chart-2

Mixpanel MCP Server

Product analytics

analyticsproducttracking

About

## Mixpanel MCP Server: Product Analytics The **Mixpanel MCP Server** integrates Mixpanel's product analytics platform into Google Antigravity. This enables tracking user behavior, analyzing funnels, and understanding product usage patterns. ### Why Mixpanel MCP? Mixpanel excels at product analytics: - **Event Tracking**: Detailed user actions - **Funnel Analysis**: Conversion optimization - **Retention**: User cohort analysis - **A/B Testing**: Experiment tracking - **Real-Time**: Live data insights ### Key Features #### 1. Track Events ```python from mixpanel import Mixpanel mp = Mixpanel("your-project-token") # Track event mp.track("user-123", "Purchase Completed", { "product_id": "prod-456", "amount": 99.99, "currency": "USD" }) # Set user properties mp.people_set("user-123", { "plan": "premium", "signup_date": "2024-01-15" }) ``` #### 2. Query Analytics ```python import requests headers = {"Authorization": f"Basic {credentials}"} # Funnel analysis response = requests.post( "https://mixpanel.com/api/2.0/funnels", headers=headers, json={ "funnel_id": 12345, "from_date": "2024-01-01", "to_date": "2024-03-01" } ) funnel = response.json() print(f"Conversion: {funnel['data']['conversion_rate']}%") ``` #### 3. Cohort Analysis ```python # Create cohort response = requests.post( "https://mixpanel.com/api/2.0/cohorts/create", headers=headers, json={ "name": "Power Users", "description": "Users with 10+ sessions", "filter": { "event": "Session", "count": {"gte": 10} } } ) ``` ### Configuration ```json { "mcpServers": { "mixpanel": { "command": "npx", "args": ["-y", "@anthropic/mcp-mixpanel"], "env": { "MIXPANEL_TOKEN": "your-project-token", "MIXPANEL_API_SECRET": "your-api-secret" } } } } ``` ### Use Cases **Product Analytics**: Understand user behavior. **Conversion Optimization**: Improve funnels. **User Segmentation**: Target user cohorts. The Mixpanel MCP Server brings product analytics to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "mixpanel": {
      "mcpServers": {
        "mixpanel": {
          "env": {
            "MIXPANEL_TOKEN": "your-project-token",
            "MIXPANEL_API_SECRET": "your-api-secret"
          },
          "args": [
            "-y",
            "mixpanel-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get Mixpanel project token
  2. 2Get API secret
  3. 3Track events and analyze

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