mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
08631ab2ef
Replace "Connect to [tool]" openers, em-dash asides, and MCP server boilerplate with brief verb-first copy in plugin and marketplace manifests. Resync the README table that mirrors them, adding rows that had drifted out (teaching, ralph-loop, playwright, github, zoom, clay). Also refresh the stale read-only X marketplace copy and clean em-dashes from the Salesforce server URL help text. Co-authored-by: Cursor <cursoragent@cursor.com>
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
- Open Cursor Settings → Plugins.
- Search for Google Calendar.
- 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
- Google MCP setup: https://developers.google.com/workspace/calendar/api/guides/configure-mcp-server
- Workspace MCP overview: https://developers.google.com/workspace/guides/configure-mcp-servers
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