Four tools cover a scheduled meeting end to end — create it, list what exists, read one back, remove it. Nothing here touches participants, recordings, chat or cloud storage, and a meeting created elsewhere is reachable only if list_meetings returns its ID first.
A scheduling surface over the Zoom meetings API, covering the life of a scheduled meeting and nothing around it.
- Meeting creation carrying a topic, an agenda, a start time and a timezone
- The list of scheduled meetings, narrowed by meeting type
- Full detail for one meeting read back by its ID
- Deletion of a meeting by ID
A Zoom account whose app credentials fill three environment variables: ZOOM_ACCOUNT_ID, ZOOM_CLIENT_ID and ZOOM_CLIENT_SECRET.
One command plus a key — npx -y @yitianyigexiangfa/zoom-mcp-server@latest, then supply credentials
