Skip to main content
Feedback

Zoom MCP connector

Zoom is an AI-first collaboration platform that combines team chat, meetings, phone, whiteboard, calendar, mail, and documents. The Zoom MCP connector allows AI agents to create and manage one-time and recurring meetings and webinars, retrieve meeting details, and delete scheduled events. It also supports updating meeting configurations and listing all meetings across your Zoom account.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Zoom MCP connector to perform the following actions:

  • Schedule team meetings instantly or at a future date without leaving your workflow
  • Create webinars with recurring schedules to reach audiences at consistent times
  • Update meeting details like topic, time, and attendee settings on the fly
  • Delete canceled or rescheduled meetings to keep your Zoom calendar accurate
  • Retrieve meeting information including join links and participant details automatically
  • List all upcoming meetings to track team availability and coordination needs
  • Automate meeting creation based on calendar events, form submissions, or triggers

Example prompts

Use the following example prompts to invoke Zoom MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Schedule a Zoom meeting for tomorrow at 2 PM with my sales team.
  • Create a recurring Zoom webinar every Tuesday at 10 AM for the next quarter.
  • Show me all Zoom meetings scheduled for next week.
  • Cancel the Zoom meeting I created for Friday.
  • Update my Zoom meeting to include the new attendee list.
  • Get the join link for my scheduled Zoom meeting.
  • Create a one-time Zoom webinar for product training this Thursday.
  • Delete the recurring Zoom meeting series scheduled for Mondays.
  • Retrieve details about my upcoming Zoom meetings including start times.
  • Set up a Zoom meeting whenever a customer completes the signup form.

Zoom MCP connector tools

The Zoom MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
zoom_zoomcreateonetimemeeting_invokeCreates a single Zoom meeting scheduled for a specific date and time.
zoom_zoomcreatewebinar_invokeCreates a single Zoom webinar scheduled for a specific date and time.
zoom_zoomcreaterecurringmeeting_invokeCreates a Zoom meeting that repeats on a defined schedule.
zoom_zoomcreaterecurringwebinar_invokeCreates a Zoom webinar that repeats on a defined schedule.
zoom_zoomdeletemeeting_invokeRemoves a Zoom meeting from the account.
zoom_zoomdeletewebinar_invokeRemoves a Zoom webinar from the account.
getMeetingRetrieves details and configuration information for a specific meeting.
updateMeetingModifies the settings and details of an existing meeting.
deleteMeetingRemoves a meeting from the account.
listMeetingsDisplays all meetings associated with the account.
createMeetingCreates a new meeting with the specified details and settings.
On this Page