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
Clarity MCP
🔍

Clarity MCP MCP Server

Microsoft Clarity for free heatmaps and session recordings.

claritymicrosoftheatmapsfree

About

## Clarity MCP Server: Microsoft Analytics The **Clarity MCP Server** integrates Microsoft Clarity's free analytics platform into Google Antigravity. This enables session recordings, heatmaps, and user behavior insights with no traffic limits. ### Why Clarity MCP? Clarity offers free powerful analytics: - **Completely Free**: No traffic limits - **Session Recordings**: Watch user sessions - **Heatmaps**: Visualize clicks and scrolls - **Insights Dashboard**: AI-powered insights - **Privacy Focused**: GDPR compliant ### Key Features #### 1. Get Insights ```python import requests headers = {"Authorization": f"Bearer {api_token}"} # Get project insights response = requests.get( "https://www.clarity.ms/api/v1/projects/{project_id}/insights", headers=headers, params={"from": "2024-01-01", "to": "2024-03-01"} ) insights = response.json() print(f"Sessions: {insights['total_sessions']}") print(f"Dead clicks: {insights['dead_clicks']}") print(f"Rage clicks: {insights['rage_clicks']}") ``` #### 2. Session Data ```python # Get session recordings response = requests.get( "https://www.clarity.ms/api/v1/projects/{project_id}/sessions", headers=headers, params={"limit": 50, "hasRageClicks": True} ) for session in response.json()["sessions"]: print(f"Session: {session['id']}") print(f"Duration: {session['duration']}s") print(f"Pages: {session['pageCount']}") ``` #### 3. Heatmap Data ```python # Get heatmap for page response = requests.get( "https://www.clarity.ms/api/v1/projects/{project_id}/heatmaps", headers=headers, params={"url": "https://example.com/pricing"} ) heatmap = response.json() print(f"Click count: {heatmap['clickCount']}") ``` ### Configuration ```json { "mcpServers": { "clarity": { "command": "npx", "args": ["-y", "@anthropic/mcp-clarity"], "env": { "CLARITY_PROJECT_ID": "your-project-id", "CLARITY_API_TOKEN": "your-token" } } } } ``` ### Use Cases **UX Analysis**: Watch user behavior patterns. **Conversion Optimization**: Find friction points. **Free Analytics**: Unlimited session recordings. The Clarity MCP Server brings free behavior analytics to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "clarity": {}
  }
}

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