Skip to content
VS Code

google analytics for VS Code

com.mcparmory/google-analytics

Query GA4 analytics data with custom reports, pivot tables, and audience exports

client:VS Code transport:stdio runtime:pypi

Install google analytics in VS Code

.vscode/mcp.json

{
  "servers": {
    "google-analytics": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-google-analytics"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

google analytics in other clients