plugins marketplace
← All plugins

zoom-plugin

v1.1.0

Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows

Claude Code16 skills3 MCP serversstreamable-http

by ZoomMIT23.4kupdated 11 minutes ago

Source

git clone https://github.com/anthropics/knowledge-work-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is partner-built/zoom-plugin/ inside the repository.

Layout

partner-built/zoom-plugin/
├── .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

Skills16

build-zoom-botskills/build-zoom-bot/SKILL.md

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-zoom-meeting-appskills/build-zoom-meeting-app/SKILL.md

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-zoom-approachskills/choose-zoom-approach/SKILL.md

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-zoomskills/debug-zoom/SKILL.md

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-zoom-integrationskills/debug-zoom-integration/SKILL.md

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-mcp-workflowskills/design-mcp-workflow/SKILL.md

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.

plan-zoom-integrationskills/plan-zoom-integration/SKILL.md

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.

plan-zoom-productskills/plan-zoom-product/SKILL.md

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.

probe-sdkskills/probe-sdk/SKILL.md

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.

rivet-sdkskills/rivet-sdk/SKILL.md

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.

scribeskills/scribe/SKILL.md

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.

setup-zoom-mcpskills/setup-zoom-mcp/SKILL.md

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.

setup-zoom-oauthskills/setup-zoom-oauth/SKILL.md

Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging auth failures.

startskills/start/SKILL.md

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.

zoom-apps-sdkskills/zoom-apps-sdk/SKILL.md

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.

zoom-mcpskills/zoom-mcp/SKILL.md

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

zoom-docs-mcpstreamable-http
url
https://mcp.zoom.us/mcp/docs/streamable
zoom-mcpstreamable-http
url
https://mcp-us.zoom.us/mcp/zoom/streamable
zoom-whiteboard-mcpstreamable-http
url
https://mcp-us.zoom.us/mcp/whiteboard/streamable

Manifests1

partner-built/zoom-plugin/.claude-plugin/plugin.json
{
  "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"
  }
}