zoom-mcp

Guide token-based access to Zoom MCP for semantic search and asset retrieval.

7|2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/zoom/zoom-plugin --skill zoom-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom-mcp
Source: https://github.com/zoom/zoom-plugin/tree/main/skills/zoom-mcp
Command: npx skills add https://github.com/zoom/zoom-plugin --skill zoom-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Zoom MCP guidance skill helps developers and AI agents correctly navigate Zoom MCP endpoints, manage scopes, and route to the appropriate dedicated servers for Docs and Whiteboard when needed, reducing misconfigurations and debugging time.

Core Features & Use Cases

  • Guidance on the main Zoom MCP server endpoints and token scope requirements for semantic search, asset retrieval, and recording access.
  • Clear routing guidelines for Docs and Whiteboard MCP surfaces to separate concerns and improve reliability.
  • Use Case: Design an end-to-end workflow that searches meetings, retrieves assets, and fetches recordings, with a handoff to REST for deterministic CRUD when required.

Quick Start

Launch Claude, export a per-user OAuth token via ZOOM_MCP_ACCESS_TOKEN, restart Claude Code or re-enable the plugin, and verify tool discovery with tools/list.

Frequently Asked Questions about zoom-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure OAuth token scopes for Zoom MCP semantic search and asset retrieval?

Zoom MCP routing directs queries to the main server for semantic search and asset retrieval, while separate dedicated servers handle Docs and Whiteboard surfaces. It also safely routes to REST for deterministic CRUD actions when needed, reducing misconfigurations.

What is the best way to route Zoom MCP requests for Whiteboard and Docs surfaces?

Zoom MCP routing directs queries to the main server for semantic search and asset retrieval, while separate dedicated servers handle Docs and Whiteboard surfaces. This separation of concerns improves reliability and reduces debugging time for developers and AI agents.

Do I need a per-user OAuth token to access Zoom MCP recordings?

Yes, accessing Zoom MCP recordings requires a per-user OAuth token. Export it via ZOOM_MCP_ACCESS_TOKEN, restart Claude Code or re-enable the plugin, then verify tool discovery with tools/list to confirm secure access to recording endpoints.

Can I design an end-to-end workflow that searches Zoom meetings and fetches recordings via MCP?

Yes, you can build an end-to-end workflow using Zoom MCP to search meetings, retrieve assets, and fetch recordings. The skill provides routing guidelines that hand off to REST for deterministic CRUD actions when required, ensuring reliable workflow execution.

Why does my Zoom MCP plugin fail to discover tools after setting the access token?

Zoom MCP tool discovery fails if you do not restart Claude Code or re-enable the plugin after exporting the ZOOM_MCP_ACCESS_TOKEN. Always verify tool discovery with tools/list to confirm the OAuth token and granular scopes are correctly loaded.