Google Analytics
JSON →Access Google Analytics 4 (GA4) data using the Model Context Protocol.
Install
npx -y @smithery/cli Tools · 5
- runReport Run a flexible report to get analytics data with customizable dimensions, metrics, and filters.
- getPageViews Get page view metrics for a specific date range with optional dimensions.
- getActiveUsers Get active users metrics for a specific date range.
- getEvents Get event metrics for a specific date range, optionally filtered by event name.
- getUserBehavior Get user behavior metrics such as session duration and bounce rate for a specific date range.
Environment variables
GOOGLE_PRIVATE_KEYGA_PROPERTY_ID
★ 71 GitHub stars