Files
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
..

Google Analytics

Cursor plugin that connects agents to Google Analytics through Google's remote Model Context Protocol server for the Google Analytics Data API.

Run standard and realtime reports against GA4 properties, look up available dimensions and metrics (including custom definitions), and check dimension/metric compatibility before running a query.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Google Analytics.
  3. Click Install, then complete the Google sign-in prompt.

Or run /add-plugin google-analytics in chat.

MCP

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

The /mcp/v1 toolset exposes run_report, run_realtime_report, get_metadata, and check_compatibility. Access is read-only.

Auth is OAuth 2.0 against Google. Cursor prompts for Google sign-in when the plugin connects.

OAuth scopes

Google's Workspace MCP servers (Gmail, Google Drive, Google Calendar) and the Analytics Data MCP server all authenticate with Google OAuth, so this plugin may reuse Cursor's existing Google Workspace OAuth clients. The Analytics server needs scopes those clients do not request today, notably https://www.googleapis.com/auth/analytics.readonly, and adding them requires updating the OAuth consent screen and re-running Google's consent-screen verification for the new scopes. This plugin is packaging only; wiring the additional scopes into Cursor's auth backend is tracked separately and is not part of this plugin.

Docs

Logo is the official Google Analytics product mark, placed on a white tile with padding so it reads well in the Cursor UI.

License

MIT