PluginBench
MCP Server
Active
MIT

io.github.AINative-Studio/ainative-gtm-mcp MCP Server

io.github.AINative-Studio/ainative-gtm-mcp

What is the io.github.AINative-Studio/ainative-gtm-mcp MCP server?

Full Google Ads, Analytics & Tag Manager lifecycle MCP for AI agents — 57 tools.

How to install io.github.AINative-Studio/ainative-gtm-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GOOGLE_ADS_DEVELOPER_TOKEN
    secret

    Google Ads API developer token (required for Google Ads tools)

  • GOOGLE_ADS_CUSTOMER_ID

    Default Google Ads customer ID (10 digits, no dashes)

  • GTM_SERVICE_ACCOUNT_KEY_PATH
    secret

    Path to a Google Cloud service-account JSON key with Tag Manager API access

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ainative-gtm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ainative/gtm-mcp"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<YOUR_GOOGLE_ADS_DEVELOPER_TOKEN>",
        "GOOGLE_ADS_CUSTOMER_ID": "<YOUR_GOOGLE_ADS_CUSTOMER_ID>",
        "GTM_SERVICE_ACCOUNT_KEY_PATH": "<YOUR_GTM_SERVICE_ACCOUNT_KEY_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ainative-gtm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ainative/gtm-mcp"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<YOUR_GOOGLE_ADS_DEVELOPER_TOKEN>",
        "GOOGLE_ADS_CUSTOMER_ID": "<YOUR_GOOGLE_ADS_CUSTOMER_ID>",
        "GTM_SERVICE_ACCOUNT_KEY_PATH": "<YOUR_GTM_SERVICE_ACCOUNT_KEY_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ainative-gtm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ainative/gtm-mcp"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<YOUR_GOOGLE_ADS_DEVELOPER_TOKEN>",
        "GOOGLE_ADS_CUSTOMER_ID": "<YOUR_GOOGLE_ADS_CUSTOMER_ID>",
        "GTM_SERVICE_ACCOUNT_KEY_PATH": "<YOUR_GTM_SERVICE_ACCOUNT_KEY_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ainative-gtm-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ainative/gtm-mcp"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<YOUR_GOOGLE_ADS_DEVELOPER_TOKEN>",
        "GOOGLE_ADS_CUSTOMER_ID": "<YOUR_GOOGLE_ADS_CUSTOMER_ID>",
        "GTM_SERVICE_ACCOUNT_KEY_PATH": "<YOUR_GTM_SERVICE_ACCOUNT_KEY_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add ainative-gtm-mcp --env GOOGLE_ADS_DEVELOPER_TOKEN=<YOUR_GOOGLE_ADS_DEVELOPER_TOKEN> --env GOOGLE_ADS_CUSTOMER_ID=<YOUR_GOOGLE_ADS_CUSTOMER_ID> --env GTM_SERVICE_ACCOUNT_KEY_PATH=<YOUR_GTM_SERVICE_ACCOUNT_KEY_PATH> -- npx -y @ainative/gtm-mcp

Related MCP servers

ZeroDB agent-memory MCP — 18 tools: memory + write-back to Slack, Gmail, Calendar, GitHub.

1
JavaScript
MIT
View repository →

AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.

0
JavaScript
MIT
View repository →

Cloud-persistent, semantic-search memory MCP — drop-in for server-memory, backed by ZeroDB.

0
JavaScript
MIT
View repository →

Persistent cross-session memory for OpenCode and MCP coding agents, powered by ZeroDB.

0
JavaScript
MIT
View repository →

Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.

0
JavaScript
MIT
View repository →

PRD Generator MCP — generate, validate, and manage Product Requirement Documents.

0
JavaScript
MIT
View repository →