MCP.so
登录

Google Analytics MCP Server

@MCP-Mirror

关于 Google Analytics MCP Server

Mirror of

基本信息

分类

数据与分析

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "google-analytics": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-google-analytics"
      ],
      "env": {
        "GOOGLE_CLIENT_EMAIL": "",
        "GOOGLE_PRIVATE_KEY": "",
        "GA_PROPERTY_ID": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Google Analytics MCP Server?

Google Analytics MCP Server is an MCP server implementation for accessing Google Analytics 4 (GA4) data, built using the Model Context Protocol TypeScript SDK. It provides functions to query page views, active users, events, and user behavior metrics.

How to use Google Analytics MCP Server?

Install the package with pnpm install mcp-server-google-analytics and set the environment variables GOOGLE_CLIENT_EMAIL, GOOGLE_PRIVATE_KEY, and GA_PROPERTY_ID. Start the server with pnpm start or configure it in Claude Desktop using the provided npx command with environment variables.

Key features of Google Analytics MCP Server

  • Get page view metrics with customizable dimensions
  • Track active and new users over time
  • Analyze specific events and their metrics
  • Monitor user behavior metrics (session duration, bounce rate)
  • Flexible date range selection for all queries

Use cases of Google Analytics MCP Server

  • Analyze website traffic and user engagement over custom date ranges
  • Monitor event performance, such as purchases or sign-ups
  • Understand user behavior patterns like session duration and bounce rate
  • Integrate GA4 analytics data into AI workflows through MCP

FAQ from Google Analytics MCP Server

What data can I access with this server?

You can access page view metrics, active and new users, specific event metrics, and user behavior metrics like session duration and bounce rate.

What are the prerequisites?

Node.js 20 or higher, a Google Analytics 4 property, a Google Cloud project with the Analytics Data API enabled, and service account credentials with appropriate permissions.

How do I set up authentication?

Create a service account in Google Cloud, download its credentials JSON, set the GOOGLE_CLIENT_EMAIL and GOOGLE_PRIVATE_KEY environment variables, and grant the service account access to your GA4 property.

Can I query data for specific date ranges?

Yes, all functions accept startDate and endDate parameters to specify the date range for the query.

Is this server compatible with Claude Desktop?

Yes, it can be configured in Claude Desktop using an mcpServers entry with the npx command and environment variables for credentials and property ID.

评论

数据与分析 分类下的更多 MCP 服务器