zoom-plugin
v1.1.0Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows
By ZoomLicense: MIT25.5k GitHub starsUpdated 14 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 19 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install zoom-plugin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install zoom-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/anthropics/knowledge-work-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is partner-built/zoom-plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-zoom-bot/SKILL.md├── skills/build-zoom-meeting-app/SKILL.md├── skills/choose-zoom-approach/SKILL.md├── skills/debug-zoom/SKILL.md├── skills/debug-zoom-integration/SKILL.md├── skills/design-mcp-workflow/SKILL.md├── skills/plan-zoom-integration/SKILL.md├── skills/plan-zoom-product/SKILL.md├── skills/probe-sdk/SKILL.md├── skills/rivet-sdk/SKILL.md├── skills/scribe/SKILL.md├── skills/setup-zoom-mcp/SKILL.md├── skills/setup-zoom-oauth/SKILL.md├── skills/start/SKILL.md├── skills/zoom-apps-sdk/SKILL.md├── skills/zoom-mcp/SKILL.md└── .mcp.json
Included Skills16
Build a Zoom meeting bot, recorder, or real-time media workflow. Use when joining meetings programmatically, processing live media or transcripts, or combining Meeting SDK, RTMS, and backend services.
Build or embed a Zoom meeting flow. Use when implementing Meeting SDK joins, web or mobile meeting embeds, meeting lifecycle flows, or when deciding between Meeting SDK and Video SDK.
Choose the right Zoom architecture for a use case. Use when deciding between REST API, Webhooks, WebSockets, Meeting SDK, Video SDK, Zoom Apps SDK, Zoom MCP, Phone, Contact Center, or a hybrid approach.
Debug a broken Zoom integration by isolating the failure point and routing into the right Zoom references. Use when auth, API, webhook, SDK, or MCP behavior is failing and you need a ranked hypothesis list plus verification steps.
Debug broken Zoom implementations quickly. Use when auth, webhooks, SDK joins, MCP transport, or real-time media workflows are failing and you need to isolate the layer before proposing a fix.
Design a Zoom MCP workflow for Claude. Use when deciding whether Zoom MCP fits a task, when planning tool-based AI workflows, or when separating MCP responsibilities from REST API responsibilities.
Turn a Zoom integration idea into an implementation plan with architecture, auth, and delivery milestones. Use when you need a practical build plan, phased delivery sequence, risk list, and next-step recommendation.
Choose the right Zoom building surface for a use case and explain the tradeoffs clearly. Use when deciding between REST API, Webhooks, WebSockets, Meeting SDK, Video SDK, Zoom Apps SDK, Phone, Contact Center, or MCP for a specific product idea or integration goal.
Reference skill for Zoom Probe SDK. Use after routing to a preflight workflow when testing browser compatibility, media permissions, audio or video diagnostics, and network readiness before users join.
Reference skill for Zoom Rivet SDK. Use after routing to a Rivet-based server workflow when implementing auth handling, webhook consumers, API wrappers, multi-module composition, or Lambda receiver patterns.
Reference skill for Zoom AI Services Scribe. Use after routing to a transcription workflow when handling uploaded or stored media, Build-platform JWT auth, fast mode transcription, batch jobs, or transcript pipeline design.
Decide when Zoom MCP is the right fit and produce a safe setup plan for Claude. Use when planning AI workflows over Zoom data, deciding between MCP and REST, or defining a hybrid MCP architecture.
Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging auth failures.
Start here for any Zoom integration or app idea. Use when you need to choose the right Zoom surface, shape the architecture, or route into the correct implementation skill without reading the whole Zoom doc set first.
Reference skill for Zoom Apps SDK. Use after routing to an in-client app workflow when building web apps that run inside Zoom meetings, webinars, the main client, or Zoom Phone.
Guidance for the bundled Zoom MCP connectors. Use after routing to an MCP workflow when planning or troubleshooting tool-based access to meetings, recordings, meeting assets, or transcripts. Route Zoom Docs requests to the dedicated Docs MCP server and Whiteboard-specific requests to `zoom-mcp/whiteboard`.
MCP servers3
- url
- https://mcp.zoom.us/mcp/docs/streamable
- url
- https://mcp-us.zoom.us/mcp/zoom/streamable
- url
- https://mcp-us.zoom.us/mcp/whiteboard/streamable
Plugin manifests1
{
"name": "zoom-plugin",
"description": "Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows",
"version": "1.1.0",
"homepage": "https://developers.zoom.us/",
"repository": "https://github.com/zoom/zoom-plugin",
"license": "MIT",
"keywords": [
"zoom",
"claude-plugin",
"rest-api",
"meeting-sdk",
"video-sdk",
"webhooks",
"oauth",
"mcp"
],
"author": {
"name": "Zoom",
"url": "https://github.com/zoom/zoom-plugin"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[zoom-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/zoom-plugin)