Files
Sam Sokolin cf2d4997e5 Move Google plugins under third_party/ too
Completes the third_party grouping so all vendor MCP integrations live in
one place. Updates marketplace source paths, root README links, and the
tree/main homepage URLs in each manifest.

Safe for already-published plugins: the indexer keys plugin identity on
(marketplaceId, name), so a re-index updates gitPath in place rather than
creating a new row, and deprecation is name-based too. Logos stay relative
to the plugin root and re-resolve against the new basePath.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-04 19:52:38 -04:00
..

Google Calendar

Cursor plugin that connects agents to Google Calendar through Google's remote Model Context Protocol server.

List calendars, search and inspect events, suggest times, and create, update, or respond to meetings.

Install

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

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

MCP

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

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

Docs

Logo is the official Google Calendar product icon, placed on a white tile with padding so it reads well in the Cursor UI: https://www.gstatic.com/images/branding/productlogos/calendar_2026/v1/192px.svg

License

MIT