为 Zoom 会议、录制、素材与转录的 MCP 接入提供规划与排障指导。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "zoom-mcp" 技能: 1. 下载 https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/partner-built/zoom-plugin/skills/zoom-mcp/SKILL.md 2. 保存为 ~/.claude/skills/zoom-mcp/SKILL.md 3. 装好后重载技能,告诉我可以用了
我想在 MCP 工作流里接入 Zoom 会议、录制文件和转录内容。请帮我规划应该使用哪些 Zoom MCP 连接器、典型调用顺序,以及需要注意的权限与限制。
一份清晰的接入方案,说明适用连接器、调用步骤、权限要求和常见限制。
我的 MCP 工作流可以读取 Zoom 会议信息,但获取云录制文件总是失败。请帮我分析可能原因,并给出按优先级排序的排查步骤。
一份排障清单,涵盖认证、权限、资源范围、连接器选择和错误定位建议。
请判断以下需求是否应该走 zoom-mcp:读取会议转录、获取 Zoom Docs 文档内容、操作 Whiteboard 白板。请分别说明应路由到哪个 MCP 服务。
对不同请求的路由建议,明确哪些使用 zoom-mcp,哪些应转到 Docs 或 whiteboard 专用服务。
Guidance for the bundled Zoom MCP connector in this Claude plugin. Prefer design-mcp-workflow or setup-zoom-mcp first, then route here for tool-surface details, auth expectations, and MCP-specific constraints.
This plugin bundles Zoom's hosted MCP server at mcp-us.zoom.us for AI-agent access to:
Zoom Docs are exposed through a separate bundled server:
zoom-docs-mcp at mcp.zoom.usCurrent tool names from the main Zoom MCP server:
get_meeting_assetssearch_meetingsget_recording_resourcerecordings_listSome MCP clients namespace server tools in the UI, for example zoom-mcp:recordings_list.
Treat the raw tool names above as authoritative.
Zoom Docs-specific MCP work should use the dedicated zoom-docs-mcp server.
Whiteboard-specific MCP work is covered by the dedicated skill whiteboard/SKILL.md.
1. Export the token expected by the bundled connector:
export ZOOM_MCP_ACCESS_TOKEN="your_zoom_user_oauth_access_token"
2. Enable or restart the plugin so Claude restarts the bundled MCP server definition.
3. Verify discovery:
recordings_list, search_meetings, get_meeting_assets,
and get_recording_resource.tools/list is the authoritative discovery source.4. Run the first useful call:
recordings_list
userId: "me"
from: "2026-03-01"
to: "2026-03-06"
page_size: 10
1. User OAuth is the documented execution path
Use a General app with user-level OAuth as the execution path for Zoom MCP tool use in this plugin. Do not rely on Server-to-Server OAuth as a supported MCP auth model here.
2. Zoom MCP uses MCP-specific granular scopes
The Zoom MCP scope set is not the same as the older broad REST scopes. The key scopes for the main Zoom MCP server are:
ai_companion:read:search — Search across Zoom Meeting, Zoom Chat, and Zoom Doc, returning the most relevant results based on the querymeeting:read:search — Search and view meetingsmeeting:read:assets — View a meeting's assetscloud_recording:read:list_user_recordings — Lists all cloud recordings for a user.cloud_recording:read:content — read recording content scopedocs:write:import — Create a new file by importdocs:read:export — Read file content in Markdown formatFor Zoom Docs MCP specifically, the official docs page shows these granular scopes for the documented tools:
docs:write:import — Create a new file by importdocs:read:export — Read file content in Markdown format3. AI Companion features are feature prerequisites, not scope substitutes
Semantic meeting search, meeting assets, and recording-content retrieval depend on account features such as Smart Recording and Meeting Summary for useful results. These feature settings do not replace the required OAuth scopes.
4. Whiteboard is a separate MCP surface
The Zoom MCP endpoint and the Whiteboard MCP endpoint are separate. Route Whiteboard-specific requests to whiteboard/SKILL.md.
5. Use REST for deterministic meeting CRUD
The current Zoom MCP tool surface does not expose deterministic meeting create, update, or delete tools. If the user needs explicit meeting CRUD operations, route to ../rest-api/SKILL.md.
| Transport | URL |
|---|---|
| Streamable HTTP (recommended) | https://mcp-us.zoom.us/mcp/zoom/streamable |
| SSE (fallback) | https://mcp-us.zoom.us/mcp/zoom/sse |
Dedicated Docs MCP server:
| Transport | URL |
|---|
…
运行 nf-core/Nextflow 流水线,完成 RNA-seq、变异检测与 ATAC-seq 数据分析
为特定组织定制 Claude Code 插件配置、连接器与工作流适配方案。
围绕客户问题进行多来源调研与溯源,快速整理背景并支持准确回复。
帮助你快速查询指标、分析趋势成因,并生成面向干系人的数据报告。
用于统计分析数据分布、趋势、异常与显著性检验,辅助得出可靠结论
帮助你用 Python 制作清晰专业的数据可视化并选择合适图表。
帮助判断何时采用 Zoom MCP,并为 Claude 制定安全接入方案。
帮助你为 Claude 设计 Zoom MCP 工作流并划分 MCP 与 API 职责
提供 Zoom 平台通用参考,帮助梳理认证、权限、应用模型与接口选型。
帮助排查 Zoom 集成故障,定位失败环节并提供验证步骤与排障假设。
通过 ZapSign API 完成电子签署、文档管理与签署流程自动化。
连接协作文档系统,完成文档管理、编辑、权限控制与智能内容处理。