Perceptdot GA4 for Cursor
io.github.perceptdot/ga4
AI agent vision for Google Analytics 4 — with ROI measurement. perceptdot.com
client:Cursor
transport:stdio
runtime:npm
Install Perceptdot GA4 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ga4": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@perceptdot/ga4"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs