Files
cursor__plugins/third_party/google-analytics/mcp.json
Cursor Agent d54720393f Add Google Analytics plugin for Google's remote Analytics Data MCP server
Packages the official analyticsdata.googleapis.com/mcp/v1 endpoint as
third_party/google-analytics, mirroring the Gmail/Drive/Calendar plugins,
and registers it in marketplace.json and the README table.

Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
2026-09-04 21:19:35 +00:00

9 lines
139 B
JSON

{
"mcpServers": {
"google-analytics": {
"type": "http",
"url": "https://analyticsdata.googleapis.com/mcp/v1"
}
}
}