drio
Open app

Zoom Transcript MCP Server

Source

An MCP server for interacting with Zoom Cloud Recording transcripts

Catalog onlyCatalog onlySTDIO

Overview

Zoom Transcript MCP Server is a Model Context Protocol (MCP) server designed for interacting with Zoom Cloud Recording transcripts, allowing users to manage and access their meeting transcripts efficiently.

To use the server, clone the repository, install the dependencies, configure your Zoom credentials, and run the server to access various tools for managing transcripts.

  • List available Zoom meetings with recordings. - Download transcripts by meeting ID or UUID. - Automatically download recent meeting transcripts. - Search through all downloaded transcripts for specific content. - Organized storage of transcripts by month.
  1. Managing and accessing transcripts from multiple Zoom meetings.
  2. Searching for specific discussions or topics within meeting transcripts.
  3. Downloading transcripts for record-keeping or review purposes.

Add to your AI client

Use these steps to connect Zoom Transcript MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "zoom-transcript-mcp-forayconsulting": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zoom-transcript-mcp-forayconsulting"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "zoom-transcript-mcp-forayconsulting": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zoom-transcript-mcp-forayconsulting"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "zoom-transcript-mcp-forayconsulting": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zoom-transcript-mcp-forayconsulting"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "zoom-transcript-mcp-forayconsulting": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zoom-transcript-mcp-forayconsulting"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "zoom-transcript-mcp-forayconsulting": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zoom-transcript-mcp-forayconsulting"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "zoom-transcript-mcp-forayconsulting": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zoom-transcript-mcp-forayconsulting"
      ]
    }
  }
}

FAQ

**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.

**Is there a way to automate transcript downloads?**

Yes! The server can automatically download transcripts from recent meetings.

**How are transcripts stored?**

Transcripts are stored in a structured file system organized by month, with metadata files for each transcript.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1752,"uuid":"31b86066-9d98-416d-94bb-edc6b92c2dc5","name":"zoom_transcript_mcp","title":"Zoom Transcript MCP Server","description":"An MCP server for interacting with Zoom Cloud Recording transcripts","avatar_url":"https://avatars.githubusercontent.com/u/194171969?v=4","created_at":"2025-03-05T05:09:20.602Z","updated_at":"2025-03-12T10:20:33.330Z","status":"created","author_name":"forayconsulting","author_avatar_url":"https://avatars.githubusercontent.com/u/194171969?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/forayconsulting/zoom_transcript_mcp","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/39df6e97be89a95d7a158bfc548f362d196d6cd8aef39da1f659495404b2d0cc/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f62303175716a747037772f6261646765","type":null,"metadata":"{\"star\":\"1\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-13 13:44:24\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]