Sponsored by Deepsite.site

MCP Server for Zoom (No Auth) - Python & Node.js

Created By
peakmojo8 months ago
A MCP server for accessing Zoom recordings and transcripts without requiring direct authentication from the end user.
Content

MCP Server for Zoom (No Auth) - Python & Node.js

Docker Hub npm version License: Apache 2.0

This project is a Model Control Protocol (MCP) server for accessing Zoom API functionality without requiring direct authentication from the end user. It handles the OAuth flows and provides a set of tools for interacting with Zoom recordings and transcripts.

Zoom Recordings No-Auth MCP server

Features

  • OAuth credential management through tool arguments (no local auth flow)

  • List user's cloud recordings with pagination

  • Get detailed information about specific meeting recordings

  • Access meeting transcripts

    image

Installation

  1. Clone the repository:
git clone https://github.com/peakmojo/mcp-server-zoom-noauth.git
cd mcp-server-zoom-noauth
  1. Install the required dependencies:
pip install -r requirements.txt

Docker

Building the Docker Image

# Build the Docker image
docker build -t mcp-server-zoom-noauth .

Cross-Platform Publishing

To publish the Docker image for multiple platforms, you can use the docker buildx command:

  1. Create a new builder instance (if you haven't already):
docker buildx create --use
  1. Build and push the image for multiple platforms:
docker buildx build --platform linux/amd64,linux/arm64 -t buryhuang/mcp-server-zoom-noauth:latest --push .
  1. Verify the image is available for the specified platforms:
docker buildx imagetools inspect buryhuang/mcp-server-zoom-noauth:latest

Usage

Starting the server

python -m src.mcp_server_zoom_noauth.server

Available Tools

The server provides the following tools:

  1. zoom_refresh_token - Refresh an OAuth token using a refresh token
  2. zoom_list_recordings - Get a list of user's cloud recordings
  3. zoom_get_recording_details - Get detailed information about a specific meeting recording
  4. zoom_get_meeting_transcript - Get transcript for a specific meeting recording

Tool Usage Examples

Refreshing a token

{
  "zoom_refresh_token": "your_refresh_token",
  "zoom_client_id": "your_client_id",
  "zoom_client_secret": "your_client_secret"
}

Listing recordings

{
  "zoom_access_token": "your_access_token",
  "from_date": "2023-01-01",
  "to_date": "2023-01-31",
  "page_size": 30,
  "page_number": 1
}

Getting recording details

{
  "zoom_access_token": "your_access_token",
  "meeting_id": "meeting_id_here"
}

Getting meeting transcript

{
  "zoom_access_token": "your_access_token",
  "meeting_id": "meeting_id_here"
}

OAuth Credential Handling

This server is designed to be completely "noauth" from its perspective:

  • No local authentication flow is needed
  • No credentials are stored on the server
  • All credentials are passed through tool arguments
  • The server can run in a headless environment

To use the tools, you'll need to obtain OAuth credentials from Zoom:

  1. Create a Zoom OAuth app in the Zoom Marketplace
  2. Configure the required scopes for recordings access
  3. Obtain access and refresh tokens through the OAuth flow
  4. Pass these tokens as arguments when calling the tools

Zoom API Reference

This project uses the Zoom API v2. For more information, refer to the Zoom API documentation.

License

Apache 2.0

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
CursorThe AI Code Editor
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Tavily Mcp
DeepChatYour AI Partner on Desktop
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Amap Maps高德地图官方 MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Serper MCP ServerA Serper MCP Server
WindsurfThe new purpose-built IDE to harness magic
ChatWiseThe second fastest AI chatbot™
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。