Zoom Transcript MCP Server logo

Zoom Transcript MCP Server

by forayconsulting

An MCP server for interacting with Zoom Cloud Recording transcripts. It allows you to list, download, search, and manage your Zoom meeting transcripts through a structured interface.

View on GitHub

Last updated: N/A

What is Zoom Transcript MCP Server?

This server is an MCP (Model Context Protocol) server designed to interact with Zoom Cloud Recording transcripts. It provides a structured interface to list, download, search, and manage Zoom meeting transcripts.

How to use Zoom Transcript MCP Server?

To use this server, you need to clone the repository, install dependencies, configure Zoom OAuth credentials, and then use the available tools (list_meetings, download_transcript, get_recent_transcripts, search_transcripts) via the MCP interface. Example usage with Claude is provided in the documentation.

Key features of Zoom Transcript MCP Server

  • List Meetings

  • Download Transcripts

  • Get Recent Transcripts

  • Search Transcripts

  • Organized Storage

Use cases of Zoom Transcript MCP Server

  • Analyzing meeting content

  • Searching for specific information in past meetings

  • Automating transcript retrieval

  • Integrating Zoom transcripts with other applications

  • Generating summaries of meeting discussions

FAQ from Zoom Transcript MCP Server

What are the prerequisites for using this server?

You need Node.js (v16 or higher), a Zoom Account with Cloud Recording enabled, and Zoom OAuth App credentials (Account ID, Client ID, Client Secret).

How do I obtain Zoom Credentials?

You can obtain Zoom Credentials by creating a Server-to-Server OAuth app in the Zoom App Marketplace and adding the required scopes.

Where are the transcripts stored?

Transcripts are stored in a structured file system by month, under the transcripts directory.

What information is included in the transcript metadata?

The metadata includes Meeting ID and UUID, Topic, Start time and duration, Participants (extracted from the transcript), and the file path to the transcript.

How do I search for specific content in the transcripts?

You can use the search_transcripts tool with a query to search across downloaded transcripts for specific content. You can also specify an optional date range.