diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json
index 1c242dd..d24c5af 100644
--- a/.cursor-plugin/marketplace.json
+++ b/.cursor-plugin/marketplace.json
@@ -87,21 +87,6 @@
"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."
}
]
}
diff --git a/README.md b/README.md
index 51c7b6f..2d2544a 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,6 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
| `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).
diff --git a/google-docs/.cursor-plugin/plugin.json b/google-docs/.cursor-plugin/plugin.json
deleted file mode 100644
index f1e56d8..0000000
--- a/google-docs/.cursor-plugin/plugin.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "google-docs",
- "displayName": "Google Docs",
- "version": "1.0.0",
- "minClientVersions": {
- "cursor": "3.13.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"
-}
diff --git a/google-docs/CHANGELOG.md b/google-docs/CHANGELOG.md
deleted file mode 100644
index 4b8c3e1..0000000
--- a/google-docs/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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, on a padded white tile.
-- Added the `google-docs` MCP server pointing at `https://docsmcp.googleapis.com/mcp/v1`.
diff --git a/google-docs/LICENSE b/google-docs/LICENSE
deleted file mode 100644
index ca2bba7..0000000
--- a/google-docs/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-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.
diff --git a/google-docs/README.md b/google-docs/README.md
deleted file mode 100644
index adf3c9c..0000000
--- a/google-docs/README.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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, placed on a white tile with padding so it reads well in the Cursor UI:
-https://www.gstatic.com/images/branding/productlogos/docs_2026/v1/192px.svg
-
-## License
-
-MIT
diff --git a/google-docs/assets/logo.svg b/google-docs/assets/logo.svg
deleted file mode 100644
index 6d14e86..0000000
--- a/google-docs/assets/logo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/google-docs/mcp.json b/google-docs/mcp.json
deleted file mode 100644
index 84325e7..0000000
--- a/google-docs/mcp.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "mcpServers": {
- "google-docs": {
- "type": "http",
- "url": "https://docsmcp.googleapis.com/mcp/v1"
- }
- }
-}
diff --git a/google-sheets/.cursor-plugin/plugin.json b/google-sheets/.cursor-plugin/plugin.json
deleted file mode 100644
index 1d44a87..0000000
--- a/google-sheets/.cursor-plugin/plugin.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "google-sheets",
- "displayName": "Google Sheets",
- "version": "1.0.0",
- "minClientVersions": {
- "cursor": "3.13.0"
- },
- "description": "Connect Cursor to Google Sheets via Google's remote MCP server — read spreadsheets, update values and formulas.",
- "author": {
- "name": "Cursor",
- "email": "plugins@cursor.com"
- },
- "homepage": "https://github.com/cursor/plugins/tree/main/google-sheets",
- "repository": "https://github.com/cursor/plugins",
- "license": "MIT",
- "logo": "assets/logo.svg",
- "keywords": [
- "google-sheets",
- "sheets",
- "spreadsheet",
- "google",
- "mcp",
- "workspace"
- ],
- "category": "productivity",
- "tags": [
- "sheets",
- "spreadsheet",
- "mcp",
- "google-workspace"
- ],
- "mcpServers": "./mcp.json"
-}
diff --git a/google-sheets/CHANGELOG.md b/google-sheets/CHANGELOG.md
deleted file mode 100644
index b621a65..0000000
--- a/google-sheets/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# Changelog
-
-All notable changes to this plugin will be documented here.
-
-## 1.0.0 — initial release
-
-- Logo: official Google Sheets 2026 product icon from Google productlogos, on a padded white tile.
-- Added the `google-sheets` MCP server pointing at `https://sheetsmcp.googleapis.com/mcp/v1`.
diff --git a/google-sheets/LICENSE b/google-sheets/LICENSE
deleted file mode 100644
index ca2bba7..0000000
--- a/google-sheets/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-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.
diff --git a/google-sheets/README.md b/google-sheets/README.md
deleted file mode 100644
index d73b514..0000000
--- a/google-sheets/README.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# Google Sheets
-
-Cursor plugin that connects agents to [Google Sheets](https://sheets.google.com) through Google's remote [Model Context Protocol](https://modelcontextprotocol.io/) server.
-
-Read spreadsheet values, update cells and formulas, and copy sheets between spreadsheets.
-
-## Install
-
-1. Open **Cursor Settings → Plugins**.
-2. Search for **Google Sheets**.
-3. Click **Install**, then complete the Google sign-in prompt.
-
-Or run `/add-plugin google-sheets` in chat.
-
-## MCP
-
-```json
-{
- "mcpServers": {
- "google-sheets": {
- "type": "http",
- "url": "https://sheetsmcp.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/sheets/api/guides/configure-mcp-server
-- Workspace MCP overview: https://developers.google.com/workspace/guides/configure-mcp-servers
-
-Logo is the official Google Sheets product icon, placed on a white tile with padding so it reads well in the Cursor UI:
-https://www.gstatic.com/images/branding/productlogos/sheets_2026/v1/192px.svg
-
-## License
-
-MIT
diff --git a/google-sheets/assets/logo.svg b/google-sheets/assets/logo.svg
deleted file mode 100644
index 8655a43..0000000
--- a/google-sheets/assets/logo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/google-sheets/mcp.json b/google-sheets/mcp.json
deleted file mode 100644
index f623243..0000000
--- a/google-sheets/mcp.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "mcpServers": {
- "google-sheets": {
- "type": "http",
- "url": "https://sheetsmcp.googleapis.com/mcp/v1"
- }
- }
-}
diff --git a/google-slides/.cursor-plugin/plugin.json b/google-slides/.cursor-plugin/plugin.json
deleted file mode 100644
index 6e85a62..0000000
--- a/google-slides/.cursor-plugin/plugin.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "google-slides",
- "displayName": "Google Slides",
- "version": "1.0.0",
- "minClientVersions": {
- "cursor": "3.13.0"
- },
- "description": "Connect Cursor to Google Slides via Google's remote MCP server — read and update presentations.",
- "author": {
- "name": "Cursor",
- "email": "plugins@cursor.com"
- },
- "homepage": "https://github.com/cursor/plugins/tree/main/google-slides",
- "repository": "https://github.com/cursor/plugins",
- "license": "MIT",
- "logo": "assets/logo.svg",
- "keywords": [
- "google-slides",
- "slides",
- "presentations",
- "google",
- "mcp",
- "workspace"
- ],
- "category": "productivity",
- "tags": [
- "slides",
- "presentations",
- "mcp",
- "google-workspace"
- ],
- "mcpServers": "./mcp.json"
-}
diff --git a/google-slides/CHANGELOG.md b/google-slides/CHANGELOG.md
deleted file mode 100644
index fd2841f..0000000
--- a/google-slides/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# Changelog
-
-All notable changes to this plugin will be documented here.
-
-## 1.0.0 — initial release
-
-- Logo: official Google Slides 2026 product icon from Google productlogos, on a padded white tile.
-- Added the `google-slides` MCP server pointing at `https://slidesmcp.googleapis.com/mcp/v1`.
diff --git a/google-slides/LICENSE b/google-slides/LICENSE
deleted file mode 100644
index ca2bba7..0000000
--- a/google-slides/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-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.
diff --git a/google-slides/README.md b/google-slides/README.md
deleted file mode 100644
index e66d642..0000000
--- a/google-slides/README.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# Google Slides
-
-Cursor plugin that connects agents to [Google Slides](https://slides.google.com) through Google's remote [Model Context Protocol](https://modelcontextprotocol.io/) server.
-
-Read Google Slides presentations and apply updates in the signed-in Workspace account.
-
-## Install
-
-1. Open **Cursor Settings → Plugins**.
-2. Search for **Google Slides**.
-3. Click **Install**, then complete the Google sign-in prompt.
-
-Or run `/add-plugin google-slides` in chat.
-
-## MCP
-
-```json
-{
- "mcpServers": {
- "google-slides": {
- "type": "http",
- "url": "https://slidesmcp.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/slides/api/guides/configure-mcp-server
-- Workspace MCP overview: https://developers.google.com/workspace/guides/configure-mcp-servers
-
-Logo is the official Google Slides product icon, placed on a white tile with padding so it reads well in the Cursor UI:
-https://www.gstatic.com/images/branding/productlogos/slides_2026/v1/192px.svg
-
-## License
-
-MIT
diff --git a/google-slides/assets/logo.svg b/google-slides/assets/logo.svg
deleted file mode 100644
index f18ce33..0000000
--- a/google-slides/assets/logo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/google-slides/mcp.json b/google-slides/mcp.json
deleted file mode 100644
index 86def10..0000000
--- a/google-slides/mcp.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "mcpServers": {
- "google-slides": {
- "type": "http",
- "url": "https://slidesmcp.googleapis.com/mcp/v1"
- }
- }
-}