# Connect Zoom to your AI agent

> Yes — ClawLink is a hosted Zoom MCP server. 51 tools your agent can call from chat, with one-click hosted OAuth and nothing to run locally.

Web version: https://claw-link.dev/hub/zoom

ClawLink hosts a managed Zoom MCP server that exposes 51 tools to your AI agent. You connect Zoom in one click, and your agent can read, create, and update Zoom data from chat without you building or running a local MCP server.

## Quick facts

- 51 tools callable from chat
- One-click hosted OAuth
- Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any MCP client
- No local server or config files

## Overview

The usual path is: build auth, handle token refresh, wire up the tools. With ClawLink you connect Zoom once and start using the real actions from the agent.

## Setup

Zoom uses OAuth. You connect it in the browser: click Connect, sign in, approve. ClawLink stores the token and refreshes it on its own. You never touch a key or wire up a redirect URL.

Authentication: hosted OAuth

## What you can do

- **Triage from chat** — Ask in plain English. The agent pulls up the right Zoom thread, channel, or inbox so you stay in one window.
- **Draft, then send** — The agent writes a message in Zoom, shows you the draft, and sends once you say go.
- **Context in one place** — Message history, who's involved, and recent activity from Zoom sit next to the work you're doing.

## Zoom tools

51 Zoom tools, ready the moment you connect.

- `zoom_add_a_meeting_registrant` — Register a participant for a Zoom meeting
- `zoom_create_a_meeting` — Create a Zoom meeting
- `zoom_get_a_meeting` — Get details for a specific Zoom meeting
- `zoom_get_meeting_recordings` — Get recordings for a Zoom meeting
- `zoom_get_past_meeting_participants` — Get participants from a past Zoom meeting
- `zoom_list_meetings` — List upcoming or recent Zoom meetings
- `zoom_update_a_meeting` — Update a Zoom meeting
- `zoom_get_a_meeting_summary` — IMPORTANT: This action requires a PAID Zoom account (Pro, Business, or Enterprise plan)
- `zoom_get_a_webinar` — Access Zoom Webinar details requires Pro or higher plan and Webinar add-on
- `zoom_get_iq_conversation_content_analysis` — Retrieve content analysis for a Zoom IQ conversation by its ID
- `zoom_get_iq_deal` — Get details of a specific deal in Zoom Revenue Accelerator (formerly Zoom IQ)
- `zoom_get_user` — Retrieves detailed information about a specific Zoom user by ID, email, or 'me'
- `zoom_get_zra_conversation_comments` — Retrieve comments for a specific Zoom Revenue Accelerator (ZRA) conversation
- `zoom_get_zra_conversation_interactions` — Retrieves interaction details for a specific Zoom Revenue Accelerator (ZRA) conversation
- `zoom_get_zra_conversation_scorecards` — Retrieve scorecards for a specific conversation in Zoom Revenue Accelerator
- `zoom_get_zra_deal_activities` — Retrieve activities associated with a Zoom Revenue Accelerator (ZRA) deal
- `zoom_list_all_recordings` — This text details how to list Zoom cloud recordings for a user, notably by using "me" for
- `zoom_list_archived_files` — Lists archived meeting and webinar files within a specified date range (max 7 days)
- `zoom_list_meeting_summary_templates` — Retrieve a list of meeting summary templates for a specified user
- `zoom_list_past_meeting_instances` — Retrieve all UUIDs for past instances of a given meeting
- `zoom_list_users_collaboration_devices` — List collaboration devices associated with a user
- `zoom_list_users_settings` — Retrieve a user's settings including meeting scheduling, in-meeting features, email
- `zoom_list_webinar_participants` — Get a list of past webinar participants with a Pro plan or above plus an add-on
- `zoom_list_webinar_registrants` — Retrieves the list of registrants for a webinar with registration enabled
- `zoom_list_webinars` — The API lists all scheduled webinars for Zoom users with a webinar plan, using `me` for
- `zoom_list_zra_conversations` — List all conversations in Zoom Revenue Accelerator
- `zoom_list_zra_crm_accounts` — Lists CRM accounts from Zoom Revenue Accelerator by account IDs
- `zoom_list_zra_crm_contacts` — Retrieve CRM contact information from Zoom IQ Revenue Accelerator (ZRA)
- `zoom_list_zra_crm_deals` — Retrieve CRM deal information from Zoom Revenue Accelerator (ZRA)
- `zoom_list_zra_crm_leads` — Retrieve CRM lead information from Zoom IQ Revenue Accelerator (ZRA)

## Example prompts

- **Add a meeting registrant:** Use Zoom to add a meeting registrant and walk me through it.
- **Create a meeting:** Create it in Zoom. Confirm the key fields with me before you finish.
- **Get a meeting:** Pull the data from Zoom. Sum it up and flag anything I need to look at.
- **Get meeting recordings:** Pull the data from Zoom. Sum it up and flag anything I need to look at.

## ClawLink vs. building it yourself

| | Manual | ClawLink |
|---|---|---|
| Connection | Build it yourself. You register a developer app with Zoom, set up redirect URLs, handle the consent screen, store and refresh access tokens, and redo the wiring when scopes change. | Hosted hosted OAuth. Connect once in the browser. ClawLink owns the lifecycle. |
| Maintenance | Token refresh, permission debugging, env config, every edge case. All yours. | ClawLink handles the plumbing. You focus on the workflow. |
| Time to first call | Days to weeks. Auth, storage, tool wiring, testing. Then the agent can act. | About two minutes from sign-up to the agent calling Zoom. |

## FAQ

### How do I connect Zoom to my AI agent?

Install ClawLink, open the dashboard, click Connect next to Zoom, and finish the hosted OAuth flow. Your agent can call Zoom from the next message. Two minutes, total.

### Is there a Zoom MCP server I can use?

Yes. ClawLink exposes Zoom as 51 tools your agent calls through a hosted MCP-compatible runtime. You don't run a local server or edit a config file. The tools are there the moment you connect.

### Do I need Zoom API credentials?

No separate API key. You sign in to Zoom through the normal OAuth flow and ClawLink handles the token after that.

### How much does it cost?

Your first integration is free, plus a 7-day trial of the full catalog. Paid plans unlock the rest of the library.

### Can I set this up from the terminal instead of the dashboard?

Yes. Run npx -y @useclawlink/cli login, then npx -y @useclawlink/cli connect zoom. The first opens a browser to sign in to ClawLink. The second opens a browser to authorize Zoom. No API keys to create. Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any agent that runs shell commands.
