Summary
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.
Available Actions(4)
list meetings
List your meetings. Parameters: type (string - options: 'my meetings', 'my upcoming meetings')
create a meeting
Schedule a meeting. Parameters: time (string), topic (string)
delete a meeting
Delete a meeting. Parameters: meeting ID (string or specify 'latest')
get a meeting detail
Retrieve details of a meeting. Parameters: meeting ID (string or specify 'latest')
Reseñas de la Comunidad
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación