Skip to content
Cursor

ainative gtm mcp for Cursor

io.github.ainative-studio/ainative-gtm-mcp

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

client:Cursor transport:stdio runtime:npm

Install ainative gtm mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ainative-gtm-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ainative/gtm-mcp"
      ],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "<GOOGLE_ADS_DEVELOPER_TOKEN>",
        "GOOGLE_ADS_CUSTOMER_ID": "<GOOGLE_ADS_CUSTOMER_ID>",
        "GTM_SERVICE_ACCOUNT_KEY_PATH": "<GTM_SERVICE_ACCOUNT_KEY_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ainative gtm mcp in other clients