A Zoom MCP server that enables AI assistants to create and manage Zoom meetings. Developed by Bill Lau, this TypeScript implementation authenticates with the Zoom API using server-to-server OAuth and provides tools for creating meetings with customizable settings and listing scheduled meetings. The server requires Zoom account credentials (Account ID, Client ID, and Client Secret) and can be deployed as a standalone application or within a Docker container. Ideal for use cases where AI assistants need to schedule video conferences or manage meeting calendars on behalf of users.
暂无评论. 成为第一个评论的人!
登录以参与讨论
List meetings associated with the user's Zoom account. Variants: 'list my meetings' or 'list my upcoming meetings'.
Schedule a meeting at a specified time with a given topic. Example: 'Schedule a meeting at today 3 pm with a introduce mcp topic'.
Delete a specified meeting from the user's account. Variants: 'delete the latest meeting' or 'delete the 86226580854 meeting'.
Retrieve details of a specified meeting. Variants: 'Retrieve the latest meeting's details' or 'Retrieve 86226580854 meeting's details'.