This is a MCP server that provides an interface to the Google Tag Manager API.
- Node.js (v16 or higher)
- Google Cloud Platform account
- Service account credentials for Google Tag Manager API
-
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