Labsco
MCP SERVER

Zoom MCP Server

by JavaProgrammerLB

Schedule a Zoom meeting with its topic, agenda, start time and timezone, list what is already on the calendar, and delete a meeting by ID.

Calendars, Meetings & SchedulingVerified
Summary
Booking a call stops being a tab switch, but the meeting record is as far in as you get.

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.

What it is

A scheduling surface over the Zoom meetings API, covering the life of a scheduled meeting and nothing around it.

What you get
  • 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
Requirements

A Zoom account whose app credentials fill three environment variables: ZOOM_ACCOUNT_ID, ZOOM_CLIENT_ID and ZOOM_CLIENT_SECRET.

Setup effort

One command plus a key — npx -y @yitianyigexiangfa/zoom-mcp-server@latest, then supply credentials