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
Matomo MCP
📉

Matomo MCP MCP Server

Open-source Google Analytics alternative with full data ownership.

matomoanalyticsopensourcepiwik

About

## Matomo MCP Server: Privacy-Focused Analytics The **Matomo MCP Server** integrates Matomo's privacy-respecting analytics platform into Google Antigravity. This enables web analytics with complete data ownership, GDPR compliance, and no data sampling. ### Why Matomo MCP? Matomo puts privacy first: - **Self-Hosted**: Own your data completely - **GDPR Compliant**: Privacy by design - **No Sampling**: 100% accurate data - **Open Source**: Full transparency - **Feature Rich**: Heatmaps, funnels, segments ### Key Features #### 1. Track Events ```python import requests # Send tracking data via API response = requests.post( "https://matomo.example.com/matomo.php", params={ "idsite": 1, "rec": 1, "action_name": "Product Viewed", "_id": "visitor-123", "url": "https://example.com/products/123", "e_c": "Ecommerce", "e_a": "View", "e_n": "Product 123" } ) ``` #### 2. Query Reports ```python # Get visits summary response = requests.get( "https://matomo.example.com/index.php", params={ "module": "API", "method": "VisitsSummary.get", "idSite": 1, "period": "month", "date": "today", "format": "json", "token_auth": api_token } ) data = response.json() print(f"Visits: {data['nb_visits']}") print(f"Unique visitors: {data['nb_uniq_visitors']}") ``` #### 3. Segment Analysis ```python # Query with segment response = requests.get( "https://matomo.example.com/index.php", params={ "module": "API", "method": "Actions.getPageUrls", "segment": "countryCode==US;deviceType==desktop", "idSite": 1, "period": "week", "date": "today", "format": "json", "token_auth": api_token } ) ``` ### Configuration ```json { "mcpServers": { "matomo": { "command": "npx", "args": ["-y", "@anthropic/mcp-matomo"], "env": { "MATOMO_URL": "https://matomo.example.com", "MATOMO_TOKEN": "your-api-token", "MATOMO_SITE_ID": "1" } } } } ``` ### Use Cases **Privacy-First Analytics**: GDPR-compliant tracking. **Self-Hosted**: Complete data ownership. **Accurate Data**: No sampling limitations. The Matomo MCP Server brings privacy-focused analytics to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "matomo": {}
  }
}

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