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
Plausible MCP
📈

Plausible MCP MCP Server

Privacy-focused web analytics alternative to Google Analytics.

plausibleanalyticsprivacyweb

About

## Plausible MCP Server: Privacy-First Analytics The **Plausible MCP Server** integrates Plausible Analytics into Google Antigravity, providing developers with privacy-focused website analytics that comply with GDPR without requiring cookie consent banners. ### Why Plausible MCP? - **Privacy-First Design**: No cookies, no personal data collection, fully GDPR/CCPA compliant - **Simple Metrics**: Focus on essential metrics without overwhelming complexity - **Lightweight Script**: Under 1KB tracking script that won't impact performance - **Open Source**: Self-host option for complete data ownership - **Real-Time Dashboard**: See traffic and engagement as it happens ### Key Features #### 1. Traffic Analytics ```javascript // Query site statistics const stats = await plausible.getStats({ site_id: "yoursite.com", period: "30d", metrics: ["visitors", "pageviews", "bounce_rate", "visit_duration"] }); console.log("Unique visitors:", stats.visitors); console.log("Total pageviews:", stats.pageviews); console.log("Bounce rate:", stats.bounce_rate); console.log("Avg visit duration:", stats.visit_duration); ``` #### 2. Traffic Breakdown Analysis ```javascript // Analyze traffic sources const sources = await plausible.breakdown({ site_id: "yoursite.com", period: "7d", property: "visit:source", metrics: ["visitors", "bounce_rate"] }); // Analyze top pages const pages = await plausible.breakdown({ site_id: "yoursite.com", period: "7d", property: "event:page", metrics: ["visitors", "pageviews"], limit: 10 }); // Filter by specific dimension const mobileTraffic = await plausible.breakdown({ site_id: "yoursite.com", filters: "visit:device==Mobile", property: "visit:browser" }); ``` ### Configuration ```json { "mcpServers": { "plausible": { "command": "npx", "args": ["-y", "@anthropic/mcp-plausible"], "env": { "PLAUSIBLE_API_KEY": "your-api-key", "PLAUSIBLE_SITE_ID": "yoursite.com", "PLAUSIBLE_HOST": "https://plausible.io" } } } } ``` ### Use Cases **Privacy-Compliant Analytics**: Replace Google Analytics with a GDPR-compliant alternative that requires no cookie banners. **Performance Monitoring**: Track real user performance metrics without the overhead of heavy analytics scripts. **Content Optimization**: Identify top-performing pages and traffic sources to guide content strategy. The Plausible MCP Server provides essential web analytics while respecting user privacy.

Installation

Configuration
{
  "mcpServers": {
    "plausible": {}
  }
}

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