Skip to content

Commit 8a8cefc

Browse files
committed
Register Zoom plugin in the marketplace manifest
Add the zoom entry to .cursor-plugin/marketplace.json so the plugin is discoverable and covered by validate-plugins.mjs, and list it in the root README plugin table.
1 parent de158bb commit 8a8cefc

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.cursor-plugin/marketplace.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
"name": "salesforce",
9898
"source": "third_party/salesforce",
9999
"description": "Connect Cursor to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org."
100+
},
101+
{
102+
"name": "zoom",
103+
"source": "third_party/zoom",
104+
"description": "Zoom MCP integration — search meetings and recordings, pull summaries and transcripts, and work with Zoom Docs."
100105
}
101106
]
102107
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
2222
| `google-calendar` | [Google Calendar](third_party/google-calendar/) | Cursor | Productivity | Connect Cursor to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings. |
2323
| `gong` | [Gong](third_party/gong/) | Cursor | Integrations | Gong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs. |
2424
| `salesforce` | [Salesforce](third_party/salesforce/) | Cursor | Integrations | Connect Cursor to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org. |
25+
| `zoom` | [Zoom](third_party/zoom/) | Cursor | Integrations | Zoom MCP integration — search meetings and recordings, pull summaries and transcripts, and work with Zoom Docs. |
2526

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

0 commit comments

Comments
 (0)