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 all meetings associated with the user's account.
List all upcoming meetings associated with the user's account.
Schedule a meeting at a specified time with a given topic. Parameters: time (string), topic (string).
Delete the most recent meeting scheduled by the user.
Delete a meeting by its unique ID. Parameters: meeting_id (string).
Retrieve details of the most recent meeting scheduled.
Retrieve details of a meeting by its unique ID. Parameters: meeting_id (string).