Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By zoom
Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows
npx claudepluginhub anthropics/claude-plugins-official --plugin zoom-pluginReference 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.
Reference skill for Zoom Video SDK. Use after routing to a custom-session workflow when the user needs full control over the video experience rather than an actual Zoom meeting.
Reference skill for Zoom Virtual Agent. Use after routing to a virtual-agent workflow when implementing web embeds, Android or iOS wrapper integrations, knowledge-base sync, lifecycle handling, or troubleshooting.
Reference skill for Zoom webhooks. Use after routing to an event-driven workflow when implementing subscriptions, signature verification, delivery handling, retries, or event-type selection.
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills for the Zoom Developer Platform: REST APIs, Meeting SDK, Video SDK, MCP servers, webhooks, Team Chat, Phone, Contact Center, and authentication workflows
Schedule Zoom meetings with calendar invites. Use when scheduling client calls, consultations, or any video meeting. Triggers: 'zoom meeting with...',
Connect 9,000+ apps to your AI workflow. Discover, enable, and execute Zapier actions directly from your client.
Claude Code skill pack for Fathom (18 skills)
Expert skills for designing, building, and deploying Make.com automation scenarios — for Claude Code and other AI agents
Corezoid AI Documentation and Templates — skills and MCP server for working with Corezoid BPM processes.
Skills for the Zoom Developer Platform: REST APIs, Meeting SDK, Video SDK, MCP servers, webhooks, Team Chat, Phone, Contact Center, and authentication workflows
A Claude plugin for planning, building, and debugging Zoom integrations. It helps choose the right Zoom surface, shape implementations, debug failures, and route into the right Zoom references without making the user read the whole doc tree first.
Install this directory as a local Claude plugin. The plugin manifest is at .claude-plugin/plugin.json and the bundled Zoom MCP connectors are defined in .mcp.json.
Authentication path depends on the Claude product:
/setup-zoom-mcp.For Claude Code, export the bearer tokens before using the bundled MCP servers:
export ZOOM_MCP_ACCESS_TOKEN="your_zoom_user_oauth_access_token"
export ZOOM_DOCS_MCP_ACCESS_TOKEN="your_zoom_docs_mcp_access_token"
export ZOOM_WHITEBOARD_MCP_ACCESS_TOKEN="your_zoom_user_oauth_access_token"
Explicit slash workflows implemented as skills under skills/:
| Workflow | Description |
|---|---|
/start | Start with a Zoom app idea and get routed to the right product and build path |
/setup-zoom-oauth | Choose the auth model, scopes, and redirect flow for a Zoom app |
/build-zoom-meeting-app | Build an embedded or managed Zoom meeting flow |
/build-zoom-bot | Build bots, recorders, and real-time meeting processors |
/debug-zoom | Triage a broken Zoom integration and isolate the failing layer |
/setup-zoom-mcp | Decide when Zoom MCP fits and set up a safe Claude workflow |
/build-zoom-rest-api-app | Route into Zoom REST endpoints, scopes, and resource patterns |
/build-zoom-meeting-sdk-app | Route into embedded Zoom meeting implementation details |
/build-zoom-video-sdk-app | Route into custom video-session implementation details |
/setup-zoom-webhooks | Set up Zoom webhook subscriptions, signature verification, and handlers |
/setup-zoom-websockets | Set up Zoom WebSocket event delivery when it fits better than webhooks |
/build-zoom-team-chat-app | Build Team Chat user or chatbot integrations |
/build-zoom-phone-integration | Build Zoom Phone integrations around Smart Embed, APIs, and events |
/build-zoom-contact-center-app | Build Contact Center app, web, or native integrations |
/build-zoom-virtual-agent | Build Virtual Agent web or mobile wrapper integrations |
These remain in the plugin as automatic routing helpers, but they are no longer part of the public slash-command surface:
startplan-zoom-productplan-zoom-integrationchoose-zoom-approachdesign-mcp-workflowdebug-zoom-integrationThe plugin also keeps the original Zoom product-specific reference library under skills/. These are supporting references, not the primary entry surface:
skills/general/skills/rest-api/skills/meeting-sdk/skills/video-sdk/skills/webhooks/skills/websockets/skills/oauth/skills/team-chat/skills/scribe/skills/summarizer/skills/translator/skills/zoom-mcp/skills/zoom-mcp/team-chat//start Build an internal meeting assistant that joins calls, extracts action items, and stores summaries
/start Build a React app that lets customers schedule and join Zoom meetings from our product
/debug-zoom My Zoom webhook signature verification fails in production but not locally
/setup-zoom-mcp I want Claude to search meetings, pull recording resources, and create follow-up docs