MCP.so
登录

Zoom MCP Server

@MCP-Mirror

关于 Zoom MCP Server

Mirror of

基本信息

分类

沟通协作

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 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}"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Zoom MCP Server?

Zoom MCP Server allows you to manage Zoom meetings through natural language commands, integrating with Zoom’s Server-to-Server OAuth API. It is designed for users who want to schedule, list, delete, or retrieve meeting details using AI assistants.

How to use Zoom MCP Server?

Obtain a Zoom Account ID, Client ID, and Client Secret from the Zoom Marketplace by creating a Server-to-Server OAuth App with meeting scopes. Configure your MCP client with npx -y @yitianyigexiangfa/zoom-mcp-server@latest and set the three environment variables. After setup, send commands such as “list my upcoming meetings”, “Schedule a meeting at today 3 pm”, “delete the latest meeting”, or “Retrieve 86226580854 meeting's details”.

Key features of Zoom MCP Server

  • List upcoming meetings with natural language.
  • Create new meetings via AI prompts.
  • Delete meetings by index or ID.
  • Retrieve details of a specific meeting.
  • Authenticates via Zoom Server-to-Server OAuth.
  • Works with any MCP‑compatible AI client.

Use cases of Zoom MCP Server

  • Quickly schedule a meeting with a topic using plain English.
  • Check your upcoming meeting schedule without opening Zoom.
  • Delete

评论

沟通协作 分类下的更多 MCP 服务器