MCP Server for Zoom (No Auth) - Python & Node.js
@peakmojo
MCP Server for Zoom (No Auth) - Python & Node.js について
A MCP server for accessing Zoom recordings and transcripts without requiring direct authentication from the end user.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-zoom-noauth": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-server-zoom-noauth",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server for Zoom (No Auth) - Python & Node.js?
It is a Model Context Protocol (MCP) server that provides access to Zoom API functionality without requiring direct authentication from the end user. The server handles OAuth flows and offers tools for interacting with Zoom recordings and transcripts. It is intended for developers who want to integrate Zoom recording data into AI assistants, automation workflows, or other MCP‑compatible clients.
How to use MCP Server for Zoom (No Auth) - Python & Node.js?
Install the dependencies (pip install -r requirements.txt) and start the server with python -m src.mcp_server_zoom_noauth.server. No local authentication flow is needed; OAuth credentials (access token, refresh token, client ID, client secret) are passed as arguments to each tool call. The server can also be run as a Docker container (images available for linux/amd64 and linux/arm64).
Key features of MCP Server for Zoom (No Auth) - Python & Node.js?
- 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
- No credentials stored on the server; fully headless operation
Use cases of MCP Server for Zoom (No Auth) - Python & Node.js?
- Retrieve Zoom meeting recordings and transcripts for analysis or summarization
- Integrate Zoom data into AI assistants (e.g., Claude) via the MCP protocol
- Automate extraction of recording metadata without storing user credentials
- Build workflows that require on‑demand access to Zoom recording details
FAQ from MCP Server for Zoom (No Auth) - Python & Node.js?
What does "no auth" mean in this server?
The server itself does not require or store any user credentials. All OAuth tokens and secrets are supplied as arguments to each tool call, so no local authentication flow is needed.
What tools does the server provide?
The server offers four tools: zoom_refresh_token, zoom_list_recordings, zoom_get_recording_details,
「コミュニケーション」の他のコンテンツ
slack-mcp-server
ubie-ossA Slack MCP server
Teams Mcp
floriscornelMCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
コメント