MCP Zoom Recordings

Provides an MCP server to access and manage Zoom cloud recordings via Claude, including listing and downloading recordings.
  • typescript

0

GitHub Stars

typescript

Language

5 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "shanewwarren-mcp-zoom-recordings": {
      "command": "node",
      "args": [
        "/path/to/mcp-zoom-recordings/dist/index.js"
      ],
      "env": {
        "ZOOM_API_KEY": "your-client-id",
        "ZOOM_ACCOUNT_ID": "your-account-id",
        "ZOOM_API_SECRET": "your-client-secret"
      }
    }
  }
}

This MCP server lets Claude access and manage your Zoom cloud recordings. You can list recordings with date filtering and retrieve detailed information plus download URLs for specific meetings, enabling seamless integration of Zoom data into Claude-driven workflows.

How to use

You interact with the Zoom Recordings MCP server through your MCP client in Claude. Use natural language prompts to list recordings or fetch details for a specific meeting.

How to install

Prerequisites you need before running the server:

  • Bun runtime installed on your machine
  • Zoom account with cloud recording enabled
  • Zoom Server-to-Server OAuth app set up with the required scopes

Step 1 Create a Zoom Server-to-Server OAuth App and capture credentials from the App Credentials section: Account ID, Client ID, Client Secret.

Step 2 Add the required Zoom scopes to your app settings: cloud_recording:read:list_user_recordings:admin and cloud_recording:read:list_recording_files:admin.

Step 3 Activate the app to enable it.

Step 4 Install dependencies for the MCP server.

The setup steps include building and running the server. Use the following commands to install dependencies and build the server:

bun install

Build the server so you can run the MCP entry point.

bun run build

Available tools

list_recordings

List Zoom cloud recordings for the authenticated account with optional date range and pagination.

get_recording

Get detailed information and download URLs for a specific meeting's recordings, including video, audio, transcripts, and chat logs.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational