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
Umami MCP
🍜

Umami MCP MCP Server

Open-source privacy-focused web analytics.

umamianalyticsopensourceselfhosted

About

## Umami MCP Server: Simple Analytics The **Umami MCP Server** integrates Umami's privacy-focused, open-source analytics into Google Antigravity, enabling developers to track website metrics without compromising user privacy or requiring cookie consent. ### Why Umami MCP? - **Privacy-First**: No cookies, no personal data, GDPR compliant by default - **Self-Hosted**: Complete data ownership with easy self-hosting options - **Lightweight**: Tiny tracking script with minimal performance impact - **Real-Time**: See visitors and pageviews as they happen - **Multi-Site**: Track unlimited websites from a single dashboard ### Key Features #### 1. Website Statistics ```javascript // Get website statistics const stats = await umami.getStats({ websiteId: "your-website-id", startAt: Date.now() - 30 * 24 * 60 * 60 * 1000, endAt: Date.now() }); console.log("Pageviews:", stats.pageviews.value); console.log("Visitors:", stats.visitors.value); console.log("Bounce rate:", stats.bounces.value); console.log("Avg time:", stats.totaltime.value); ``` #### 2. Traffic Analysis ```javascript // Get pageview breakdown const pages = await umami.getMetrics({ websiteId: "your-website-id", type: "url", startAt: startDate, endAt: endDate, limit: 20 }); // Get referrer sources const referrers = await umami.getMetrics({ websiteId: "your-website-id", type: "referrer", startAt: startDate, endAt: endDate }); // Get device breakdown const devices = await umami.getMetrics({ websiteId: "your-website-id", type: "device", startAt: startDate, endAt: endDate }); ``` ### Configuration ```json { "mcpServers": { "umami": { "command": "npx", "args": ["-y", "@anthropic/mcp-umami"], "env": { "UMAMI_API_URL": "https://your-umami-instance.com", "UMAMI_API_KEY": "your-api-key", "UMAMI_WEBSITE_ID": "your-website-id" } } } } ``` ### Use Cases **Privacy-Compliant Tracking**: Replace Google Analytics with a privacy-respecting alternative. **Developer Portfolios**: Track personal site metrics without third-party data collection. **SaaS Applications**: Embed privacy-focused analytics for customer-facing products. The Umami MCP Server provides essential website analytics while respecting user privacy.

Installation

Configuration
{
  "mcpServers": {
    "umami": {}
  }
}

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