Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,36 @@
"name": "pstack",
"source": "pstack",
"description": "if you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with confidence."
},
{
"name": "gmail",
"source": "gmail",
"description": "Connect Cursor to Gmail via Google's remote MCP server — search, read, draft, label, and manage email."
},
{
"name": "google-drive",
"source": "google-drive",
"description": "Connect Cursor to Google Drive via Google's remote MCP server — search, read, create, share, and manage files."
},
{
"name": "google-calendar",
"source": "google-calendar",
"description": "Connect Cursor to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings."
},
{
"name": "google-docs",
"source": "google-docs",
"description": "Connect Cursor to Google Docs via Google's remote MCP server — read and update documents."
},
{
"name": "google-sheets",
"source": "google-sheets",
"description": "Connect Cursor to Google Sheets via Google's remote MCP server — read spreadsheets, update values and formulas."
},
{
"name": "google-slides",
"source": "google-slides",
"description": "Connect Cursor to Google Slides via Google's remote MCP server — read and update presentations."
}
]
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
| `cursor-sdk` | [Cursor SDK](cursor-sdk/) | Cursor | Developer Tools | Build apps, scripts, CI pipelines, and automations on top of the Cursor TypeScript SDK (@cursor/sdk) — runtime selection, auth, streaming, MCP, error handling, and ready-to-extend integration patterns. |
| `orchestrate` | [Orchestrate](orchestrate/) | Cursor | Developer Tools | Fan large tasks out across parallel Cursor cloud agents with planners, workers, verifiers, and structured handoffs. |
| `pstack` | [pstack](pstack/) | Lauren Tan | Developer Tools | if you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with confidence. |
| `gmail` | [Gmail](gmail/) | Cursor | Productivity | Connect Cursor to Gmail via Google's remote MCP server — search, read, draft, label, and manage email. |
| `google-drive` | [Google Drive](google-drive/) | Cursor | Productivity | Connect Cursor to Google Drive via Google's remote MCP server — search, read, create, share, and manage files. |
| `google-calendar` | [Google Calendar](google-calendar/) | Cursor | Productivity | Connect Cursor to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings. |
| `google-docs` | [Google Docs](google-docs/) | Cursor | Productivity | Connect Cursor to Google Docs via Google's remote MCP server — read and update documents. |
| `google-sheets` | [Google Sheets](google-sheets/) | Cursor | Productivity | Connect Cursor to Google Sheets via Google's remote MCP server — read spreadsheets, update values and formulas. |
| `google-slides` | [Google Slides](google-slides/) | Cursor | Productivity | Connect Cursor to Google Slides via Google's remote MCP server — read and update presentations. |

Author values match each plugin’s `plugin.json` `author.name` (Cursor lists `plugins@cursor.com` in the manifest).

Expand Down
29 changes: 29 additions & 0 deletions gmail/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "gmail",
"displayName": "Gmail",
"version": "1.0.0",
"description": "Connect Cursor to Gmail via Google's remote MCP server — search, read, draft, label, and manage email.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/gmail",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.svg",
"keywords": [
"gmail",
"email",
"google",
"mcp",
"workspace"
],
"category": "productivity",
"tags": [
"gmail",
"email",
"mcp",
"google-workspace"
],
"mcpServers": "./mcp.json"
}
8 changes: 8 additions & 0 deletions gmail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this plugin will be documented here.

## 1.0.0 — initial release

- Logo: official Gmail 2026 product icon from Google productlogos.
- Added the `gmail` MCP server pointing at `https://gmailmcp.googleapis.com/mcp/v1`.
21 changes: 21 additions & 0 deletions gmail/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Cursor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
40 changes: 40 additions & 0 deletions gmail/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Gmail

Cursor plugin that connects agents to [Gmail](https://mail.google.com) through Google's remote [Model Context Protocol](https://modelcontextprotocol.io/) server.

Search threads, read messages, manage labels and drafts, and compose mail in the signed-in Gmail account.

## Install

1. Open **Cursor Settings → Plugins**.
2. Search for **Gmail**.
3. Click **Install**, then complete the Google sign-in prompt.

Or run `/add-plugin gmail` in chat.

## MCP

```json
{
"mcpServers": {
"gmail": {
"type": "http",
"url": "https://gmailmcp.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/gmail/api/guides/configure-mcp-server
- Workspace MCP overview: https://developers.google.com/workspace/guides/configure-mcp-servers

Logo is the official Gmail product icon:
https://www.gstatic.com/images/branding/productlogos/gmail_2026/v1/192px.svg

## License

MIT
1 change: 1 addition & 0 deletions gmail/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions gmail/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"gmail": {
"type": "http",
"url": "https://gmailmcp.googleapis.com/mcp/v1"
}
}
}
30 changes: 30 additions & 0 deletions google-calendar/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "google-calendar",
"displayName": "Google Calendar",
"version": "1.0.0",
"description": "Connect Cursor 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/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"
}
8 changes: 8 additions & 0 deletions google-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this plugin will be documented here.

## 1.0.0 — initial release

- Logo: official Google Calendar 2026 product icon from Google productlogos.
- Added the `google-calendar` MCP server pointing at `https://calendarmcp.googleapis.com/mcp/v1`.
21 changes: 21 additions & 0 deletions google-calendar/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Cursor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
40 changes: 40 additions & 0 deletions google-calendar/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Google Calendar

Cursor plugin that connects agents to [Google Calendar](https://calendar.google.com) through Google's remote [Model Context Protocol](https://modelcontextprotocol.io/) server.

List calendars, search and inspect events, suggest times, and create, update, or respond to meetings.

## Install

1. Open **Cursor Settings → Plugins**.
2. Search for **Google Calendar**.
3. Click **Install**, then complete the Google sign-in prompt.

Or run `/add-plugin google-calendar` in chat.

## MCP

```json
{
"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:
https://www.gstatic.com/images/branding/productlogos/calendar_2026/v1/192px.svg

## License

MIT
1 change: 1 addition & 0 deletions google-calendar/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions google-calendar/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"google-calendar": {
"type": "http",
"url": "https://calendarmcp.googleapis.com/mcp/v1"
}
}
}
30 changes: 30 additions & 0 deletions google-docs/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "google-docs",
"displayName": "Google Docs",
"version": "1.0.0",
"description": "Connect Cursor to Google Docs via Google's remote MCP server — read and update documents.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/google-docs",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.svg",
"keywords": [
"google-docs",
"docs",
"documents",
"google",
"mcp",
"workspace"
],
"category": "productivity",
"tags": [
"docs",
"documents",
"mcp",
"google-workspace"
],
"mcpServers": "./mcp.json"
}
8 changes: 8 additions & 0 deletions google-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this plugin will be documented here.

## 1.0.0 — initial release

- Logo: official Google Docs 2026 product icon from Google productlogos.
- Added the `google-docs` MCP server pointing at `https://docsmcp.googleapis.com/mcp/v1`.
21 changes: 21 additions & 0 deletions google-docs/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Cursor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
40 changes: 40 additions & 0 deletions google-docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Google Docs

Cursor plugin that connects agents to [Google Docs](https://docs.google.com) through Google's remote [Model Context Protocol](https://modelcontextprotocol.io/) server.

Read Google Docs and apply updates in the signed-in Workspace account.

## Install

1. Open **Cursor Settings → Plugins**.
2. Search for **Google Docs**.
3. Click **Install**, then complete the Google sign-in prompt.

Or run `/add-plugin google-docs` in chat.

## MCP

```json
{
"mcpServers": {
"google-docs": {
"type": "http",
"url": "https://docsmcp.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/docs/api/guides/configure-mcp-server
- Workspace MCP overview: https://developers.google.com/workspace/guides/configure-mcp-servers

Logo is the official Google Docs product icon:
https://www.gstatic.com/images/branding/productlogos/docs_2026/v1/192px.svg

## License

MIT
1 change: 1 addition & 0 deletions google-docs/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions google-docs/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"google-docs": {
"type": "http",
"url": "https://docsmcp.googleapis.com/mcp/v1"
}
}
}
Loading
Loading