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 FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 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
Hotjar MCP
🔥

Hotjar MCP MCP Server

User behavior analytics with heatmaps and recordings.

hotjarheatmapsrecordingsux

About

## Hotjar MCP Server: Behavior Analytics The **Hotjar MCP Server** integrates Hotjar's behavior analytics platform into Google Antigravity. This enables heatmaps, session recordings, and user feedback to understand how users interact with your product. ### Why Hotjar MCP? Hotjar reveals user behavior: - **Heatmaps**: See where users click - **Recordings**: Watch user sessions - **Surveys**: Collect user feedback - **Funnels**: Identify drop-offs - **Easy Setup**: No-code installation ### Key Features #### 1. Get Heatmap Data ```python import requests headers = {"Authorization": f"Bearer {api_key}"} # Get heatmap for URL response = requests.get( "https://insights.hotjar.com/api/v1/sites/{site_id}/heatmaps", headers=headers, params={"url": "https://example.com/pricing"} ) heatmap = response.json() print(f"Clicks: {heatmap['click_count']}") ``` #### 2. Session Recordings ```python # List recordings response = requests.get( "https://insights.hotjar.com/api/v1/sites/{site_id}/recordings", headers=headers, params={"from_date": "2024-01-01", "to_date": "2024-03-01"} ) for recording in response.json()["recordings"]: print(f"Duration: {recording['duration']}s") print(f"Pages: {recording['pages_visited']}") ``` #### 3. Survey Responses ```python # Get survey responses response = requests.get( "https://insights.hotjar.com/api/v1/sites/{site_id}/feedback", headers=headers ) for feedback in response.json()["responses"]: print(f"Rating: {feedback['rating']}") print(f"Comment: {feedback['comment']}") ``` ### Configuration ```json { "mcpServers": { "hotjar": { "command": "npx", "args": ["-y", "@anthropic/mcp-hotjar"], "env": { "HOTJAR_API_KEY": "your-api-key", "HOTJAR_SITE_ID": "your-site-id" } } } } ``` ### Use Cases **UX Research**: Understand user behavior. **Conversion Optimization**: Find and fix drop-offs. **User Feedback**: Collect qualitative insights. The Hotjar MCP Server brings behavior analytics to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "hotjar": {}
  }
}

How to Use

    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