MCP Google Analytics
Skills
run_report
Run a basic Google Analytics report with specified metrics and dimensions. Args: metrics: List of metrics to include (e.g., ['activeUsers', 'sessions']) dimensions: Optional list of dimensions (e.g., ['date', 'deviceCategory']) date_range_start: Start date in YYYY-MM-DD format or NdaysAgo format (default: 7daysAgo) date_range_end: End date in YYYY-MM-DD format or 'today' (default: today) row_limit: Maximum number of rows to return (default: 10)
get_accounts
Get a list of all Google Analytics accounts that the authenticated user has access to.
get_metadata
Get metadata about available metrics and dimensions in Google Analytics.
get_properties
Get a list of all properties within a Google Analytics account. Args: account_id: The Google Analytics account ID
Configuration
MCP Server
Connect to MCP Server