mcpbeat Sign in

Samarth Gtm MCP Server

by samarthanalytics-sj Your server? Claim it
local only

Samarth Gtm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 2 096 installs a week from npm. Last commit 17 Sep 2026.

Google Tag Manager + read-only GA4 MCP server. Read-only by default, gated writes, audits.

Installs per day peak 9 971 · avg 2 960 · +3% w/w
a month agotoday
2 096
Installs / week
npm · samarth-gtm-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

    const promise = this.spawn(userId, accessToken).finally(() => this.starting.delete(userId));
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const promise = this.spawn(userId, accessToken).finally(() => this.starting.delete(userId));
                    <input style={{ ...input, minWidth: 320 }} placeholder="https://hooks.slack.com/services/..." value={webhookDraft} onChange={(e) => setWebhookDraft(e.target.value)} />

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Samarth Gtm MCP and you get told the day something new turns up.

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 samarth-gtm-mcp -- npx -y samarth-gtm-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "samarth-gtm-mcp": {
      "args": [
        "-y",
        "samarth-gtm-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.samarth-gtm-mcp]
command = "npx"
args = ["-y", "samarth-gtm-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "samarth-gtm-mcp": {
      "args": [
        "-y",
        "samarth-gtm-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "samarth-gtm-mcp": {
      "args": [
        "-y",
        "samarth-gtm-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_OAUTH_CLIENT_ID (Your Google OAuth 2.0 client ID (Desktop app type)), GOOGLE_OAUTH_CLIENT_SECRET (Your Google OAuth 2.0 client secret), GTM_MCP_ENABLE_WRITES (Set to 'true' to allow create/update operations (default: read-only)), GTM_MCP_ENABLE_PUBLISH (Set to 'true' to allow publish operations (default: disabled)), GTM_MCP_ENABLE_DELETES (Set to 'true' to allow delete operations (default: disabled)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Samarth Gtm MCP

same job, measured the same way
gws-admin-mcp
by antct11

Safe Google Workspace admin for AI agents: read-only by default, confirm-gated deletes, audit log.

local only
Gam Seller MCP Node
by juan-sibbo

Governed, read-only MCP server exposing Google Ad Manager inventory discovery to buyer agents

107 installs/wk local only
Cortexpad
by cortexpad

Google Keep-style notes app with an MCP server for AI agents to read/write notes.

answering
NordicMCP — Google Mail
by nordicmcp

Hosted Gmail MCP server: read, search, and manage messages. Google OAuth2 handled by NordicMCP.

answering
MCP Gsheets
by freema

MCP server for Google Sheets API — read, write, format, batch operations.

2 207 installs/wk local only
MCP Google Analytics
by leonardosepulvedat

GA4 MCP that reads AND writes: reports, funnels, audits, and server-side events. 26 tools.

1 756 installs/wk local only
Climbpast
by archievi

Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.

answering
Google Forms MCP
by a1-x-tech

MCP server for the Google Forms API: create forms, manage questions, read responses and watches.

139 installs/wk local only

Samarth Gtm MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Samarth Gtm MCP?
Samarth Gtm MCP 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 samarth-gtm-mcp was installed 2 096 times last week.
How do I connect Samarth Gtm MCP?
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 samarth-gtm-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Samarth Gtm MCP?
The npm package samarth-gtm-mcp was installed 2 096 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Samarth Gtm MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.