From 204e5ea707f0098bde17b0f3266e4f0de469f738 Mon Sep 17 00:00:00 2001 From: Surendran Balachandran Date: Sat, 4 Jul 2026 11:35:08 +0530 Subject: [PATCH] add: Google Analytics 4 MCP server (io.github.surendranb/google-analytics-mcp) --- data/seed.json | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/data/seed.json b/data/seed.json index 7f65a4a62..433d09663 100644 --- a/data/seed.json +++ b/data/seed.json @@ -155,5 +155,40 @@ } } ] + }, + { + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "io.github.surendranb/google-analytics-mcp", + "description": "Google Analytics 4 MCP server for AI agents and agentic workflows with schema discovery, server-side aggregation, and analysis-ready defaults.", + "repository": { + "url": "https://github.com/surendranb/google-analytics-mcp.git", + "source": "github" + }, + "version": "2.4.1", + "packages": [ + { + "registryType": "pypi", + "identifier": "google-analytics-mcp", + "version": "2.4.1", + "runtimeHint": "uvx", + "transport": { + "type": "stdio" + }, + "environmentVariables": [ + { + "description": "Absolute path to your Google Cloud service account JSON key with GA4 property access.", + "isRequired": true, + "isSecret": true, + "name": "GOOGLE_APPLICATION_CREDENTIALS" + }, + { + "description": "Numeric GA4 Property ID to query, for example 123456789.", + "isRequired": true, + "isSecret": false, + "name": "GA4_PROPERTY_ID" + } + ] + } + ] } -] +] \ No newline at end of file