google-tag-manager-mcp-server
8
This project is an MCP server designed to provide an interface to the Google Tag Manager API. Users can manage and interact with Google Tag Manager through programmatic access.
MCP Server for Google Tag Manager
This is a MCP server that provides an interface to the Google Tag Manager API.
Prerequisites
- Node.js (v16 or higher)
- Google Cloud Platform account
- Service account credentials for Google Tag Manager API
Setup
-
Clone the repository
-
Install dependencies:
npm install
-
Create a service account in Google Cloud Console and download the JSON key file
-
Set env file with your service account key path:
GOOGLE_APPLICATION_CREDENTIALS=./path/to/your/service-account-key.json