How-To Guides
Product & Integration Brief · Visual Edition
Claude + Zoom
The Zoom-for-Claude connector — what it is, how it works, and how to switch it on.
Claude reaches into Zoom's meeting archive over MCP. Read-only, past meetings, no live join. Here's the enable path from a Claude Max seat.
TL;DR — the one-screen answer
What it is: the Zoom for Claude connector — an MCP connector Zoom built (with Anthropic), launched ~9 April 2026. It lets Claude pull your Zoom meeting summaries, transcripts, recordings and assets into Claude Cowork and Claude Code. Direction of travel: Claude → Zoom (Claude the client, Zoom the data source). It does not put Claude inside a live call.
Not the image zoom tool: Claude's image "zoom tool" is a different feature, where Claude requests a high-res crop of a downscaled image. This guide covers Zoom, the meeting platform.
1. What it is
A first-party MCP connector that makes Zoom's meeting intelligence available inside Claude — built by Zoom, in partnership with Anthropic.
The shape in one sentence: ask Claude in plain English — "recap Tuesday's product review, pull the action items, draft the follow-up" — and it searches your Zoom meetings, reads the AI summary + transcript + recording, and produces the artifact. The intelligence Zoom already generates (AI Companion) now flows into an agent that can act on it.
2. How it works
Three stages: Zoom generates the assets, an OAuth-scoped MCP server exposes them, Claude consumes and acts.
Diagram — the retrieval pipeline
① Zoom Cloud
- AI Companion runs on your calls
- Smart Recording + Meeting Summary
- Transcripts, recordings, whiteboards, docs
+OAuth
② Zoom MCP server
- OAuth 2.0 user consent
- Scoped, per-user token
- Exposes ~7 read tools
- Callback ▸ claude.ai/api/mcp/auth_callback
calls
③ Claude
- Cowork · Code · claude.ai chat
- Searches & reads meeting assets
- Recaps, action items, follow-up docs
- Runs on a schedule (not on triggers)
The tools it exposes (what Claude can actually call)
| Tool | Does | Kind |
|---|---|---|
| search_meetings | Find meetings by natural-language query | read |
| get_meeting_assets | Pull summary, transcript, docs, whiteboards for a meeting | read |
| recordings_list | List available cloud recordings | read |
| get_recording_resource | Fetch a specific recording + playback URL | read |
| search_zoom / get_file_content | Search across Zoom content; read a file's contents | read |
| create_new_file_with_markdown | Write a follow-up doc back as a file | write (doc) |
zoom-plugin skill docs; exact set may evolve.3. How to enable it — the stepper
Your Claude Max seat is not the blocker. The prerequisites live on the Zoom side — clear those first.
Prerequisite checklist — clear before you start:
- ✓Claude plan: Claude Max qualifies. Directory connectors + Cowork are on every paid tier. Nothing to upgrade.
- !Zoom licence: a licensed Zoom Workplace Pro (or higher) account — the free tier will not work.
- !Zoom AI Companion: Smart Recording and Meeting Summary must be turned on (that's what generates the assets Claude reads).
- !Admin rights: enabling those AI Companion features, and approving the app, may require Zoom account owner/admin privileges. If you're not admin on the Zoom account, you'll need them to flip these.
- ✓Meeting ownership: you can only read assets for meetings you hosted or were explicitly given access to.
Path A — Claude.ai / Cowork
The one-click route. Do this one.
Turn on the AI features
In the Zoom admin console, enable AI Companion → Smart Recording and Meeting Summary. Record at least one meeting so there's data to read.
Open the Connectors Directory
In Claude, go to Settings → Connectors (a.k.a. the Connectors Directory) and search for "Zoom".
Connect + authorize (OAuth)
Click Connect on "Zoom for Claude." A Zoom sign-in window opens — review the requested scopes and Authorize. This is the consent step; approve it yourself.
Verify it works
New chat → toggle the Zoom connector on → ask: "Search my recent Zoom meetings and summarize the last one." A result = you're live.
Path B — Claude Code
For the developer / plugin route.
Create a Zoom OAuth app
Develop → Build App → General app, user-level OAuth. Add redirect URL https://claude.ai/api/mcp/auth_callback.
Install the plugin + token
Add Zoom's zoom-plugin, then export your token:export ZOOM_MCP_ACCESS_TOKEN="…" and restart the plugin.
Run the setup command
Run /setup-zoom-mcp to finish wiring and design the workflow.
Verify the tools
Confirm the client lists the 7 Zoom tools (search_meetings …). If they appear, you're connected.
Bottom line on gating: nothing on Claude's side stops you — Max is enough. The honest catch is Zoom: you need a paid Zoom Workplace Pro+ licence with AI Companion enabled, and turning those settings on (plus approving the app) can require Zoom admin rights. If your Zoom is free, or you're not its admin, that's the step to resolve first — not Claude.
Claude Max is enough on Claude's side — the gate is a paid Zoom licence with AI Companion on.
It's a read-only, post-meeting retrieval connector: powerful for recaps and action items, and not built for live participation in a call.
References
All URLs accessed 24 July 2026. primary = Zoom/Anthropic-published; secondary = third-party, corroborating.
Primary — Zoom / Anthropic
- primary Zoom newsroom — "Zoom unlocks meeting intelligence for AI workflows with Claude" — news.zoom.com/zoom-meeting-intelligence-in-claude
- primary Zoom Developer Docs — Zoom for Claude Connector — developers.zoom.us/docs/mcp/plug-ins-and-connectors/claude-connector
- primary Zoom Developer Docs — Connect to Zoom MCP Servers — developers.zoom.us/docs/mcp/servers/connect-to-zoom-mcp-servers
- primary Zoom
zoom-plugin— Claude plugin +zoom-mcpskill / OAuth setup — github.com/zoom/zoom-plugin - primary @claudedevs — image "zoom tool" cookbook (naming collision, not the video product) — x.com/claudedevs/status/2080434253175943400
Secondary — coverage & analysis
- secondary NoJitter — "Zoom accelerates work with Claude Cowork and Code" — nojitter.com/…/zoom-accelerates-work-with-claude-cowork-and-code
- secondary UC Today — "Zoom Launches MCP Connector for Claude" — uctoday.com/…/zoom-launches-mcp-connector-for-claude
- secondary useCarly — "Claude + Zoom: What the Integration Can (and Can't) Do in 2026" (the "no event triggers" analysis) — usecarly.com/blog/claude-zoom-integration
- secondary Merge.dev — "How to connect a Zoom MCP with Claude Code (4 steps)" — merge.dev/blog/zoom-mcp-claude-code
- secondary Claude plan/Cowork tiering (Pro/Max/Team/Enterprise) — usecarly.com/blog/claude-cowork-pricing
