Agent Plugins Marketplace
All plugins

google-calendar

v1.0.0

Read calendars, events, and availability.

Agent Plugins1 MCP serverStreamable HTTP

By CursorLicense: MIT0 GitHub starsUpdated 20 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/flexkit-io/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is third_party/google-calendar/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

third_party/google-calendar/
├── plugin.json
└── mcp.json

MCP servers1

google-calendarStreamable HTTP
url
https://calendarmcp.googleapis.com/mcp/v1

Plugin manifests1

third_party/google-calendar/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "google-calendar",
  "version": "1.0.0",
  "description": "Read calendars, events, and availability.",
  "author": {
    "name": "Cursor"
  },
  "homepage": "https://github.com/flexkit-io/plugins/tree/main/third_party/google-calendar",
  "repository": "https://github.com/flexkit-io/plugins",
  "license": "MIT",
  "keywords": [
    "google-calendar",
    "flexkit"
  ],
  "extensions": {
    "io.flexkit": {
      "schemaVersion": 1,
      "displayName": "Google Calendar",
      "logo": "./assets/logo.svg",
      "category": "productivity",
      "supportedScopes": [
        "personal"
      ],
      "requiredInputs": [],
      "capabilities": {
        "agentTools": true,
        "automationDelivery": false
      },
      "auth": {
        "type": "oauth2",
        "provider": "google",
        "credentialGroup": "google-workspace",
        "requiredScopes": [
          "openid",
          "email",
          "https://www.googleapis.com/auth/calendar.calendarlist.readonly",
          "https://www.googleapis.com/auth/calendar.events.freebusy",
          "https://www.googleapis.com/auth/calendar.events.readonly"
        ],
        "mcpServers": [
          "google-calendar"
        ]
      },
      "availability": "preview",
      "upstream": {
        "repository": "https://github.com/cursor/plugins",
        "path": "third_party/google-calendar",
        "sha": "eeac6430db35981ddcd3a18228273ecee473a903"
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[google-calendar on Agent Plugins Marketplace](https://pluginsmp.com/plugins/google-calendar-4)