Skip to content

feat: add Google Workspace MCP plugins - #179

Merged
maloneya merged 2 commits into
cursor:mainfrom
maloneya:amaloney/google-workspace-mcp-plugins
Jul 30, 2026
Merged

feat: add Google Workspace MCP plugins#179
maloneya merged 2 commits into
cursor:mainfrom
maloneya:amaloney/google-workspace-mcp-plugins

Conversation

@maloneya

@maloneya maloneya commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds six first-party Cursor plugins that wrap Google's remote Workspace MCP servers:

Plugin MCP URL
gmail https://gmailmcp.googleapis.com/mcp/v1
google-drive https://drivemcp.googleapis.com/mcp/v1
google-calendar https://calendarmcp.googleapis.com/mcp/v1
google-docs https://docsmcp.googleapis.com/mcp/v1
google-sheets https://sheetsmcp.googleapis.com/mcp/v1
google-slides https://slidesmcp.googleapis.com/mcp/v1

Each 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.mjs passes
  • Install each plugin locally and confirm the MCP server URL is registered
  • Complete Google sign-in and verify tools appear for each product

Note

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/v1 URL.

.cursor-plugin/marketplace.json and the root README.md plugin 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.

maloneya and others added 2 commits July 30, 2026 10:45
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>
@maloneya
maloneya merged commit 15ef02d into cursor:main Jul 30, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant