{ "name": "mcp-google-analytics", "version": "1.3.1", "description": "GA4 MCP server that reads AND writes: run reports and funnels (Data API), audit your setup (custom dimensions, key events, compatibility checks), and send events server-side (Measurement Protocol v2)", "keywords": [ "mcp", "model-context-protocol", "google-analytics", "ga4", "analytics", "measurement-protocol", "claude", "cursor", "ga4-mcp", "google-analytics-data-api", "server-side-tracking", "ecommerce-events" ], "author": "Leonardo SepĂșlveda ", "license": "MIT", "type": "module", "bin": { "mcp-google-analytics": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && chmod +x build/index.js", "prepare": "npm run build", "watch": "tsc --watch", "dev": "npm run build && node build/index.js", "test": "vitest run" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "axios": "^1.19.0", "google-auth-library": "^11.0.0", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.20.1", "typescript": "^5.7.2", "vitest": "^4.1.10" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/leonardosepulvedat/mcp-google-analytics.git" }, "bugs": { "url": "https://github.com/leonardosepulvedat/mcp-google-analytics/issues" }, "homepage": "https://github.com/leonardosepulvedat/mcp-google-analytics#readme", "mcpName": "io.github.leonardosepulvedat/mcp-google-analytics" }