GA4 Analytics MCP V3
GA4 Analytics MCP V3
Echter Model-B-Connector: Ein MCP-Operator kann mehrere unabhängige Google-OAuth-Verbindungen besitzen. Jede GA4-Abfrage wird mit den Google-Anmeldedaten ausgeführt, die Zugriff auf diese Property haben.
Dies ist eine neue Anwendung. Sie ändert V2 nicht und verwendet nicht Firestore (default) (reserviert für V1).
Lokale Entwicklung
cd D:\MCP_Servers\Ga4McpV3
npm install
copy .env.example .env.local
# Fill secrets. Set FIRESTORE_DATABASE_ID=ga4-mcp-v3 (never (default)).
npm test
npm run devApp:
http://localhost:3000MCP:
http://localhost:3000/mcpHealth:
http://localhost:3000/health
Related MCP server: GA4 MCP Server
Claude Benutzerdefinierter Connector
URL: https://<v3-host>/mcp
Claude startet MCP OAuth 2.1 (gleicher V2-Ablauf).
Die erste Google-Anmeldung initialisiert eine interne
operatorId.Danach verbinden Sie zusätzliche Google-Konten über die Verbindungsseite oder
ga4_start_google_connection.Das MCP-JWT
subist immeroperatorId, niemals ein Google-OpenID-sub.
Ein zweites oder drittes Google-Konto verbinden
Rufen Sie in Claude ga4_start_google_connection auf und öffnen Sie die zurückgegebene URL. Oder verwenden Sie Ein anderes Google-Konto verbinden auf der Verbindungsseite während der Autorisierung. Jede Autorisierung ist eine unabhängige OAuth-Identität.
Property-Routing
property_id → this operator's ga4_properties row → connection_id → encrypted refresh token → GA4 APIDer Server verwendet niemals die aktuelle Google-Anmeldung im Browser, die Claude-E-Mail oder den Property-Namen, um eine Anmeldedaten auszuwählen.
Operator-Isolation
Operator A kann die Verbindungen von Operator B nicht durch Erraten einer connectionId laden. Die Eigentümerschaft wird serverseitig bei jedem sensiblen Vorgang überprüft.
Cloud Run
.\scripts\cloud-run-setup.ps1 -ProjectId YOUR_PROJECT_ID
.\scripts\cloud-run-deploy.ps1 -ProjectId YOUR_PROJECT_ID
.\scripts\cloud-run-set-env.ps1 `
-ProjectId YOUR_PROJECT_ID `
-AppBaseUrl https://YOUR_V3_CLOUD_RUN_URL `
-GoogleClientId ... -GoogleClientSecret ... `
-McpTokenSecret ... -OauthStateSecret ... -TokenEncryptionKey ...Erstellen Sie vor der ersten Verwendung eine benannte Firestore-Datenbank ga4-mcp-v3. Verwenden Sie einen separaten Google-OAuth-Webclient von V1/V2.
Dokumentation
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Google Analytics APIs to fetch reports, manage properties, data streams, conversion events, and custom dimensions/metrics through OAuth2 authentication.1606MIT
- FlicenseAqualityDmaintenanceEnables interaction with Google Analytics 4 to manage accounts, run standard or realtime reports, and validate event parameters. It supports dual authentication methods and integrates with GTM for end-to-end data collection orchestration.8
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to securely manage Google Workspace services (Gmail, Calendar, Drive, Sheets, Contacts) with persistent multi-account OAuth. Uses OS keychain for credential storage with health monitoring and granular business rules for enterprise security.
- FlicenseNot gradedqualityBmaintenanceEnables multi-user access to Google Workspace services (Gmail, Calendar, Docs, Sheets, Slides, Drive) via remote MCP with OAuth 2.1 authentication.
Related MCP Connectors
Odoo ERP for AI agents: hosted OAuth endpoint, gated writes, one endpoint for every instance.
Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes.
Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devopsbrandmirchi/Ga4McpV3'
If you have feedback or need assistance with the MCP directory API, please join our Discord server