Overview of Google Analytics MCP Server Tools
mainThe Google Analytics MCP server provides tools for LLMs to interact with Google Analytics via the Admin and Data APIs. The available tools are categorized into three functional groups:
Account and Property Information
get_account_summaries: Retrieves information about the user's Google Analytics accounts and properties.get_property_details: Returns details about a specific property.list_google_ads_links: Returns a list of links to Google Ads accounts for a property.
Core Reports
run_report: Runs a Google Analytics report using the Data API.run_funnel_report: Runs a Google Analytics funnel report using the Data API.get_custom_dimensions_and_metrics: Retrieves custom dimensions and metrics for a specific property.
Realtime Reports
run_realtime_report: Runs a Google Analytics realtime report using the Data API.