mcpbeat Sign in

Gtm Ga4 MCP Server

local only

Gtm Ga4 runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 5 Sep 2026.

GTM + GA4 MCP: tag management, consent auditing, workspace versioning, reports.

Installs per day peak 34 · avg 9 · -12% w/w
a month agotoday
52
Installs / week
npm · mcp-gtm-ga4
2
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Gtm Ga4 every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gtm-ga4 -- npx -y mcp-gtm-ga4
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gtm-ga4": {
      "args": [
        "-y",
        "mcp-gtm-ga4"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gtm-ga4]
command = "npx"
args = ["-y", "mcp-gtm-ga4"]
.cursor/mcp.json
{
  "mcpServers": {
    "gtm-ga4": {
      "args": [
        "-y",
        "mcp-gtm-ga4"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gtm-ga4": {
      "args": [
        "-y",
        "mcp-gtm-ga4"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_APPLICATION_CREDENTIALS (Path to service account JSON credentials file), GTM_ACCOUNT_ID (GTM account ID), GTM_CONTAINER_ID (GTM container ID), GA4_PROPERTY_ID (GA4 property ID (numeric)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gtm Ga4

same job, measured the same way
Google AdSense
by sirmacke

Read AdSense Management API v2 accounts and reports through MCP.

33 installs/wk local only
Kanera
by kanera

Manage Kanera workspaces, boards, cards, checklists, comments, notes, automations, and reports.

answering
publishwith.ai
by publishwith

Publish AI reports as managed native links with versions, access control, revocation, and audit.

answering
Ironscales
by wyre-technology

MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.

local only
Ironscales
by wyre-ai

MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.

local only
Clawwork
by gammell53

AI agent project management — task boards, progress tracking, and cost reporting.

36 installs/wk local only
Google Ads Manager MCP
by aleemhaider

Unofficial MCP server for Google Ads: reporting plus safe draft/confirm campaign management.

38 installs/wk local only
I
Google Analytics 4
by stucchi

Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.

70 installs/wk local only

Gtm Ga4 — questions

Answers built from our own checks of this server.

Why is there no uptime for Gtm Ga4?
Gtm Ga4 runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-gtm-ga4 was installed 52 times last week.
How do I connect Gtm Ga4?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-gtm-ga4 straight from npm; nothing to host, nothing to sign up for.
How many people use Gtm Ga4?
The npm package mcp-gtm-ga4 was installed 52 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gtm Ga4 open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.