npx skills add https://github.com/anthropics/knowledge-work-plugins
zoom/zoom-plugin · Archived
setup-zoom-mcp
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.
Installation
npx skills add zoom/zoom-plugin --skill setup-zoom-mcp
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Reference skill for Zoom Meeting SDK. Use after routing to a meeting-embed workflow when implem…
4 installsReference skill for Zoom REST API. Use after choosing an API-based workflow when you need endpo…
3 installsReference skill for Zoom Contact Center. Use after routing to a contact-center workflow when im…
3 installsReference skill for Zoom authentication. Use after routing to an auth workflow when choosing ap…
3 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsAlso in this package
Other skills from zoom/zoom-plugin · top by installs.
npx skills add zoom/zoom-plugin
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md4,126 B -
docs
SUMMARY.md218 B
History
- First seen on skills.sh
- First recorded snapshot · 2 installs
SKILL.md
/setup-zoom-mcp
If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../../CONNECTORS.md).
Plan a Zoom MCP workflow and decide when to use MCP alone versus a hybrid REST API + MCP architecture.
Usage
/setup-zoom-mcp $ARGUMENTS
Workflow
- Determine whether the goal is deterministic automation, AI tool orchestration, or a hybrid.
- Identify whether the client uses Claude's published connector or requires a manually registered General App.
- For manual registration, select the default, Meetings, Canvas, Chat, Tasks, Revenue Accelerator, or Whiteboard MCP template through [setup-zoom-marketplace-app](../setup-zoom-marketplace-app/SKILL.md).
- If MCP is appropriate, identify the likely Zoom MCP surface and transport assumptions.
- If MCP alone is not enough, define the REST API responsibilities separately.
- Call out auth, scope, and client capability constraints, especially the difference between Claude Cowork and Claude Code auth paths.
- End with a minimal proof-of-concept sequence.
Output
- Recommended MCP strategy
- Connector expectations
- Hybrid boundaries if REST is also required
- Risks and setup notes
- Relevant skill links
Auth Rules
- Claude Cowork: use the published Zoom connector and complete OAuth in Claude's connector flow.
- Claude Code: for manual OAuth, start from the matching Marketplace MCP template, complete user-level OAuth, export
ZOOMMCPACCESS_TOKEN, reconnect the plugin, then continue with this skill. - Scope requirements differ by MCP server. Use the server-specific scope sets below and the detailed tables in [../zoom-mcp/concepts/oauth-setup.md](../zoom-mcp/concepts/oauth-setup.md).
Current Zoom MCP Servers
Use [the current server catalog](../zoom-mcp/references/servers.md) for the complete tool-to-scope mapping. The production endpoints and scope families below were verified on 28 Jul 2026.
| Server | Endpoint | Scope set |
|---|---|---|
| Zoom MCP | https://mcp.zoom.us/mcp/zoom/streamable |
meeting:read:search, meeting:read:assets, aicompanion:read:search, cloudrecording:read:listuserrecordings, cloud_recording:read:content, docs:write:import, docs:read:export, hub:write:content, hub:read:content |
| Zoom Meetings MCP | https://mcp.zoom.us/mcp/meeting/streamable |
meeting:read:search, meeting:read:assets, cloudrecording:read:listuserrecordings, cloudrecording:read:content |
| Zoom Canvas MCP | https://mcp.zoom.us/mcp/canvas/streamable |
docs:read:, docs:write:, docs:update:, and docs:delete: scopes required by the selected Canvas tools |
| Zoom Chat MCP | https://mcp.zoom.us/mcp/chat/streamable |
teamchat:read:, teamchat:write:, and team_chat:update:* scopes required by the selected Chat tools |
| Zoom Tasks MCP | https://mcp.zoom.us/mcp/tasks/streamable |
tasks:read:, tasks:write:, tasks:update:, and tasks:delete: scopes required by the selected Tasks tools |
| Zoom Revenue Accelerator MCP | https://mcp.zoom.us/mcp/revenue_accelerator/streamable |
zra:read:* scopes required by the selected Revenue Accelerator tools |
| Zoom Whiteboard MCP | https://mcp.zoom.us/mcp/whiteboard/streamable |
whiteboard:read:, whiteboard:write:, whiteboard:update:, and whiteboard:delete: scopes required by the selected Whiteboard tools |
Do not request wildcard scopes. Expand the exact granular scopes from the catalog for the tools the workflow will call. The old /mcp/docs and /mcp/team_chat paths are legacy compatibility surfaces, not new server entries.
Related Skills
- [design-mcp-workflow](../design-mcp-workflow/SKILL.md)
- [setup-zoom-marketplace-app](../setup-zoom-marketplace-app/SKILL.md)
- [choose-zoom-approach](../choose-zoom-approach/SKILL.md)