Zoom MCP Server

by JavaProgrammerLB
Verified

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.

Integrations

  • Provides integration with Zoom Meeting services, allowing for AI-assisted meeting scheduling and management through the Zoom API using Server to Server OAuth authentication.

Zoom MCPサーバー

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

使用法

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}" } } } }

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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

  1. Usage
    1. 1. list meetings
    2. 2. create a meeting
    3. 3. delete a meeting
    4. 4. get a meeting detail
  2. 2 Steps to play with zoom-mcp-server
    1. 1. Get Zoom Client ID, Zoom Client Secret and Account ID
    2. 2. Config MCP Server
ID: 6oa2kkmgws