Files
cursor__plugins/third_party/google-calendar/.cursor-plugin/plugin.json
T
Cursor Agent c5b04a5445 Make plugin descriptions client-agnostic
Drop 'Cursor' from plugin descriptions in the marketplace manifest and
per-plugin manifests so they read correctly in any agent client, and
resync the README table that mirrors them.

Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-11 17:37:00 +00:00

34 lines
809 B
JSON

{
"name": "google-calendar",
"displayName": "Google Calendar",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "Connect to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/third_party/google-calendar",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.svg",
"keywords": [
"google-calendar",
"calendar",
"google",
"mcp",
"events",
"workspace"
],
"category": "productivity",
"tags": [
"calendar",
"events",
"mcp",
"google-workspace"
],
"mcpServers": "./mcp.json"
}