zoom-plugin Plugin
Plugin Claude Code Development Web & App DevelopmentAI Agents & AI App DevelopmentProject Management & CollaborationThe explanation below is AI-generated. Please verify it against the sources.
zoom-plugin is a Claude plugin, described in its README as being for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows. According to the README, it helps a user choose the right Zoom surface, shape an implementation, debug failures, and route into the relevant Zoom reference material without reading the whole documentation tree first. It ships as an installable local Claude plugin with a manifest at .claude-plugin/plugin.json and bundled Zoom MCP connectors defined in .mcp.json. The README notes that authentication differs by product: Claude Cowork uses the published Zoom connector and OAuth in Claude's connector directory, while Claude Code requires manual Zoom OAuth and exported bearer tokens. The plugin works standalone from its bundled skills, and the README states it gains more capability when Claude can use the bundled Zoom MCP servers.
Overview
According to the README, zoom-plugin is a Claude plugin (not a standalone SaaS) that packages Zoom-specific 'skills' as slash-command workflows to help developers plan, build, and debug integrations with the Zoom Developer Platform, covering REST APIs, Meeting SDK, Video SDK, webhooks, websockets, Team Chat, Phone, Contact Center, Virtual Agent, and bots. It also bundles Zoom MCP connectors (main Zoom MCP, Zoom Docs MCP, Zoom Whiteboard MCP, defined in .mcp.json) so Claude can interact with Zoom resources directly when configured. The homepage listed is the Zoom Developer Platform (developers.zoom.us), the site for building on Zoom's APIs and SDKs.
What you can do with zoom-plugin
- Run /start to describe a Zoom app idea and get routed to the right product and build path
- Run /setup-zoom-oauth to choose an auth model, scopes, and redirect flow for a Zoom app
- Run /build-zoom-meeting-app to build an embedded or managed Zoom meeting flow
- Run /build-zoom-bot to build bots, recorders, and real-time meeting processors
- Run /debug-zoom to triage a broken Zoom integration and isolate the failing layer
- Run /setup-zoom-mcp to decide when Zoom MCP fits and set up a Claude workflow for it
- Run /build-zoom-rest-api-app, /build-zoom-meeting-sdk-app, or /build-zoom-video-sdk-app to route into REST, Meeting SDK, or Video SDK implementation details
- Run /setup-zoom-webhooks or /setup-zoom-websockets to set up event delivery, signature verification, and handlers
- Run /build-zoom-team-chat-app, /build-zoom-phone-integration, /build-zoom-contact-center-app, or /build-zoom-virtual-agent to build integrations for those Zoom products
- Use the deep reference skills under skills/ (e.g., rest-api, meeting-sdk, video-sdk, webhooks, oauth, team-chat, zoom-mcp) for supporting documentation
Sources
Original description (English)
Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows.
History of zoom-plugin
- Plugin Added zoom-plugin