mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
de158bba3d
Zoom's remote MCP servers only support manual OAuth client registration (no DCR/CIMD), so this follows the Gong pattern: admin-registered CLIENT_ID/CLIENT_SECRET forwarded through MCP auth, plus a per-user OAuth login. Points at the main zoom server, which covers meeting search, cross-Zoom search, recordings, summaries, meeting assets, and main-server Zoom Docs tools. Docs, Whiteboard, and Team Chat servers are documented in the README rather than bundled. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
229 B
JSON
13 lines
229 B
JSON
{
|
|
"mcpServers": {
|
|
"zoom": {
|
|
"type": "http",
|
|
"url": "https://mcp.zoom.us/mcp/zoom/streamable",
|
|
"auth": {
|
|
"CLIENT_ID": "${CLIENT_ID}",
|
|
"CLIENT_SECRET": "${CLIENT_SECRET}"
|
|
}
|
|
}
|
|
}
|
|
}
|