Skip to content
Cursor

google analytics for Cursor

com.mcparmory/google-analytics

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

client:Cursor transport:stdio runtime:pypi

Install google analytics in Cursor

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

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

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

google analytics in other clients