Skip to main content
Glama

Zoom MCP 服务器

NPM 版本 麻省理工学院许可 铁匠徽章Zoom MCP Server

现在你可以在人工智能的帮助下安排 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 Marketplace

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

Related MCP Servers

  • A
    security
    -
    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
    0
    2
  • 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
    8
    MIT License
  • A
    security
    A
    license
    A
    quality
    Enables managing AI meeting bots that can join, record, transcribe meetings, speak, send messages, and display media across platforms like Zoom, Google Meet, and Microsoft Teams.
    Last updated -
    12
    MIT License
  • -
    security
    F
    license
    -
    quality
    Enables interaction with Zoom services through the Zoom API. Provides access to meeting management, user administration, and other Zoom platform features through natural language commands.
    Last updated -

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