Zoom (Remote)

Connect AI assistants to Zoom for meetings, recordings, and docs using a Zoom General App.

Type: Official

Source Type: Remote URL

Source: https://mcp.zoom.us/mcp/zoom/streamable

Description: Zoom (Remote) MCP server provides AI assistants with access to Zoom's video conferencing platform via Zoom's native remote MCP integration. It enables meeting management, recording lookups, search, and Zoom Docs operations through an admin-supplied OAuth client.

Zoom does not support Dynamic Client Registration — you must provide pre-registered client credentials. PKCE is required by the MCP spec; Natoma supplies the code_verifier automatically, so no extra admin configuration is needed.


Setup

Admin Setup (one-time)

See Zoom's Connect to Zoom MCP servers guide for the canonical instructions. In summary:

  1. Click Develop in the top nav, then Build App.

  2. Select General App.

  3. Fill in basic app info (e.g. name: Natoma MCP Integration).

  4. Under Basic Information > OAuth Information, add the Natoma redirect URL:

  1. Under Scopes, click Add scopes and add the scopes from the table below. You may need to search for each one individually in Zoom's scope picker.

Scope
Required by tool(s)

meeting:read:search

search_meetings

ai_companion:read:search

search_zoom

meeting:read:assets

get_meeting_assets

cloud_recording:read:list_user_recordings

recordings_list

cloud_recording:read:list_recording_files

recordings_list

cloud_recording:read:content

get_recording_resource

docs:read:export

get_file_content

docs:write:import

create_new_file_with_markdown

  1. From the same app's App Credentials section, copy the OAuth Client ID and Client Secret.

In Natoma, an admin adds Zoom (Remote) under Apps and enters the Client ID, Client Secret, and the same scopes added in Zoom.

Authorize Your Connection

When prompted while creating the connection in Natoma, click Authorize, review the permissions in Zoom, and click Accept and Continue. Then click Test Connection to verify everything is working.

Last updated