Skip to content

Google Analytics

Free

by MCP Community

Google Analytics MCP server for accessing web analytics data

v1.1.1Added Apr 12, 2026
mcpgoogle-analyticsanalyticsserver
Works with:ClaudeGPTGeminiCopilot

Google Analytics MCP Server

Google Analytics MCP server for accessing web analytics data

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @iflow-mcp/mcp-server-google-analytics
Add to claude_desktop_config.json
{
  "mcpServers": {
    "google-analytics": {
      "command": "npx",
      "args": ["-y", "@iflow-mcp/mcp-server-google-analytics"]
    }
  }
}