Skip to content

Google Analytics

Free

by MCP Community

A MCP Server for Google Analytics Data API

v0.1.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Google Analytics MCP Server

A MCP Server for Google Analytics Data API

Installation

Reviews

Leave a Review

Installation

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