Skip to main content
Glama

Zoom MCP Server

Zoom MCPサーバー

MITライセンスZoom MCP Server

AIの助けを借りてZoomミーティングをデートできるようになりました約.jpg

使用法

1. 会議をリストする

  • list my meetings
  • list my upcoming meetings

2. 会議を作成する

  • Schedule a meeting at today 3 pm with a introduce mcp topic

3. 会議を削除する

  • delete the latest meeting
  • delete the 86226580854 meeting

4. 会議の詳細を取得する

  • Retrieve the latest meeting's details
  • Retrieve 86226580854 meeting's details

zoom-mcp-server で遊ぶための 2 つのステップ

  • ZoomクライアントID、Zoomクライアントシークレット、アカウントIDを取得する
  • MCPサーバーの設定

1. ZoomクライアントID、Zoomクライアントシークレット、アカウントIDを取得する

  1. Zoomマーケットプレイスを訪問
  2. アプリを構築し、サーバー間OAuthアプリを選択する
  3. スコープの追加 > 会議 > すべての会議権限を選択
  4. アプリをアクティブにすると、アプリ認証情報ページでアカウントIDクライアントIDクライアントシークレットを取得できます。

2. MCPサーバーの設定

{ "mcpServers": { "zoom-mcp-server": { "command": "npx", "args": ["-y", "@yitianyigexiangfa/zoom-mcp-server@latest"], "env": { "ZOOM_ACCOUNT_ID": "${ZOOM_ACCOUNT_ID}", "ZOOM_CLIENT_ID": "${ZOOM_CLIENT_ID}", "ZOOM_CLIENT_SECRET": "${ZOOM_CLIENT_SECRET}" } } } }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Zoom ミーティング内でデートを可能にする AI 支援サーバー。セットアップには Zoom API 資格情報 (クライアント ID、クライアント シークレット、アカウント ID) が必要です。

  1. 使用法
    1. 1. 会議をリストする
    2. 2. 会議を作成する
    3. 3. 会議を削除する
    4. 4. 会議の詳細を取得する
  2. zoom-mcp-server で遊ぶための 2 つのステップ
    1. 1. ZoomクライアントID、Zoomクライアントシークレット、アカウントIDを取得する
    2. 2. MCPサーバーの設定

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables AI assistants to manage meeting data, including creating meeting bots, searching transcripts, and organizing calendar events.
    Last updated -
    18
    TypeScript
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    A comprehensive Model Context Protocol server that enables interaction with the full suite of Zoom API endpoints, providing structured tools with proper validation and OAuth 2.0 authentication for managing meetings, users, webinars, and other Zoom resources.
    Last updated -
    54
    2
    2
    JavaScript
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables AI agents to join and interact with online meetings (Zoom and Google Meet), capturing transcripts and recordings to generate meeting summaries.
    Last updated -
    3
    6
    TypeScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    An AI-powered meeting assistant that combines FastAPI backend with React frontend to generate high-quality meeting summaries and provide Q&A functionality using OpenAI and Selenium.
    Last updated -
    Python

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JavaProgrammerLB/zoom-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server