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.
List all upcoming meetings associated with the user.
Create a new meeting at a specified time with a given topic. Example: 'Schedule a meeting at today 3 pm with a introduce mcp topic'.
Delete the most recent meeting.
Delete a meeting by its ID. Example: 'delete the 86226580854 meeting'.
Get details of the most recent meeting.
Get details of a specific meeting by its ID. Example: 'Retrieve 86226580854 meeting's details'.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!