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
Amplitude
trending-up

Amplitude MCP Server

Digital analytics platform

analyticsdigitalproduct

About

## Amplitude MCP Server: Product Intelligence The **Amplitude MCP Server** integrates Amplitude's product intelligence platform into Google Antigravity. This enables behavioral analytics, experimentation, and customer data management for product-led growth. ### Why Amplitude MCP? Amplitude powers product decisions: - **Behavioral Analytics**: Deep user insights - **Experimentation**: A/B testing platform - **CDP**: Customer data platform - **Predictions**: ML-powered forecasts - **Self-Serve**: Easy for all teams ### Key Features #### 1. Track Events ```python from amplitude import Amplitude amplitude = Amplitude("your-api-key") amplitude.track( user_id="user-123", event_type="Feature Used", event_properties={"feature_name": "export", "file_type": "csv"} ) amplitude.identify( user_id="user-123", user_properties={"plan": "enterprise", "company": "Acme"} ) ``` #### 2. Query Analytics ```python import requests headers = {"Authorization": f"Bearer {api_key}"} response = requests.get( "https://amplitude.com/api/2/events/segmentation", headers=headers, params={"start": "2024-01-01", "end": "2024-03-01"} ) ``` #### 3. Cohorts ```python response = requests.get( f"https://amplitude.com/api/3/cohorts/{cohort_id}/members", headers=headers ) for user in response.json()["users"]: print(f"User: {user}") ``` ### Configuration ```json { "mcpServers": { "amplitude": { "command": "npx", "args": ["-y", "@anthropic/mcp-amplitude"], "env": { "AMPLITUDE_API_KEY": "your-api-key", "AMPLITUDE_SECRET_KEY": "your-secret" } } } } ``` ### Use Cases **Product Analytics**: Understand feature adoption. **Experimentation**: Run and analyze A/B tests. **User Segmentation**: Build behavioral cohorts. The Amplitude MCP Server brings product intelligence to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "amplitude": {
      "mcpServers": {
        "amplitude": {
          "env": {
            "AMPLITUDE_API_KEY": "your-api-key",
            "AMPLITUDE_SECRET_KEY": "your-secret-key"
          },
          "args": [
            "-y",
            "amplitude-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get Amplitude API credentials
  2. 2Configure keys
  3. 3Analyze user behavior

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