Zoom

Zoom

Create, update, read and delete your zoom meetings.

6
Stars
2
Forks
0
Releases

Overview

An MCP server to manage Zoom meetings via Claude or Cursor. This server exposes standard MCP tools to create, update, retrieve, and delete Zoom meetings using a consistent interface that can be consumed by AI assistants. It enables you to perform common meeting operations through the MCP protocol, simplifying integration with Claude and Cursor. The server is configured with Zoom’s Server-to-Server OAuth credentials (Account ID, Client ID, Client Secret) and can be started in development or built for production. The README outlines how to obtain credentials from Zoom Marketplace, how to configure the MCP server in a config file, and how to run the project locally (clone, install, dev, build, start). The available tools include get_meetings (retrieve all active meetings), create_meeting, update_meeting, and delete_meeting, each backed by Zod schema validation for parameter safety. This design makes it easy to compose natural language prompts into concrete Zoom meeting actions within Claude or Cursor, enabling AI-powered meeting management.

Details

Owner
Prathamesh0901
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

get_meetings

Retrieve all active Zoom meetings

create_meeting

Create a new Zoom meeting

update_meeting

Update an existing meeting

delete_meeting

Delete a Zoom meeting

Audience

AI developersIntegrate Zoom meeting management into Claude or Cursor via MCP
Product teamsAutomate Zoom scheduling workflows within AI assistants using MCP integration

Tags

ZoomMCPMeetingsClaudeCursorOAuthServer-to-Server OAuthZodAutomation