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.
Lists all the meetings associated with the user's account.
Lists all upcoming meetings associated with the user's account.
Schedules a meeting at a specified time with a specified topic. Parameters: time (string), topic (string)
Deletes the most recent meeting created by the user.
Deletes a meeting by its unique ID. Parameters: meeting ID (string)
Retrieves details for the most recent meeting.
Retrieves details for a meeting by its unique ID. Parameters: meeting ID (string)
No reviews yet. Be the first to review!
Sign in to join the conversation