Skip to content

Add Google Analytics plugin (official remote MCP) - #319

Open
SamSokolin wants to merge 1 commit into
mainfrom
cursor/google-analytics-plugin-e9a4
Open

Add Google Analytics plugin (official remote MCP)#319
SamSokolin wants to merge 1 commit into
mainfrom
cursor/google-analytics-plugin-e9a4

Conversation

@SamSokolin

Copy link
Copy Markdown
Collaborator

Summary

Adds third_party/google-analytics, a marketplace plugin for Google's official remote MCP server for the Google Analytics Data API, mirroring the packaging of third_party/gmail, google-drive, and google-calendar.

  • Endpoint (from Google's MCP reference for analyticsdata.googleapis.com): https://analyticsdata.googleapis.com/mcp/v1, type http. The /mcp/v1 toolset exposes run_report, run_realtime_report, get_metadata, and check_compatibility (read-only).
  • Packaging: .cursor-plugin/plugin.json, mcp.json, README.md, CHANGELOG.md, LICENSE (MIT), assets/logo.svg. Author Cursor / plugins@cursor.com; keywords include google, analytics, mcp. Category integrations (alongside Similarweb/Semrush) rather than productivity, since it is a reporting tool rather than a Workspace app.
  • Registration: added to .cursor-plugin/marketplace.json and the README plugin table, directly after Google Calendar.
  • Auth note: the README records that Google OAuth for this server may reuse Cursor's Google Workspace OAuth clients but needs the additional Analytics scope (analytics.readonly) plus consent-screen verification. This PR is packaging only; no backend/Vault changes.

Logo

The VM had no network access to gstatic, so the logo is a hand-drawn SVG of the official Google Analytics mark (three-element orange bar chart, #F9AB00 / #E37400) on the same padded white tile as the other Google plugins.

Verification

  • node scripts/validate-plugins.mjs passes (same check CI runs).
  • Rendered assets/logo.svg in headless Chrome next to the Gmail and Drive tiles to confirm sizing and padding match.
Open in Web Open in Cursor 

…rver

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants