feat: add Google Workspace MCP plugins - #179
Merged
maloneya merged 2 commits intoJul 30, 2026
Merged
Conversation
Add first-party plugins for Gmail, Drive, Calendar, Docs, Sheets, and Slides that wrap Google's remote MCP endpoints.
Set displayName to Gmail / Google Drive / Calendar / Docs / Sheets / Slides and replace placeholder icons with Google's productlogos SVGs from gstatic. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds six first-party Cursor plugins that wrap Google's remote Workspace MCP servers:
gmailhttps://gmailmcp.googleapis.com/mcp/v1google-drivehttps://drivemcp.googleapis.com/mcp/v1google-calendarhttps://calendarmcp.googleapis.com/mcp/v1google-docshttps://docsmcp.googleapis.com/mcp/v1google-sheetshttps://sheetsmcp.googleapis.com/mcp/v1google-slideshttps://slidesmcp.googleapis.com/mcp/v1Each plugin is MCP-only (no skills/rules):
plugin.json+mcp.json+ README/LICENSE/logo, registered in the marketplace manifest.Auth is Google OAuth via Cursor's HTTP MCP flow, same shape as other remote MCP plugins (Figma/Sentry/Hex).
Test plan
node scripts/validate-plugins.mjspassesNote
Low Risk
Additive plugin packages and manifest/README listings only; no changes to core runtime or auth beyond registering new remote MCP URLs.
Overview
Adds six new marketplace plugins that wire Cursor agents to Google’s hosted Workspace MCP endpoints over HTTP, with Google OAuth handled by Cursor’s existing remote MCP flow.
Each plugin is MCP-only (
plugin.json,mcp.json, README/LICENSE/changelog, product logo) for Gmail, Google Drive, Google Calendar, Google Docs, Google Sheets, and Google Slides, each pointing at the corresponding*mcp.googleapis.com/mcp/v1URL..cursor-plugin/marketplace.jsonand the rootREADME.mdplugin table are updated so all six are installable from the marketplace (Productivity category).Reviewed by Cursor Bugbot for commit 550920a. Bugbot is set up for automated code reviews on this repo. Configure here.