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.
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
Who Is This For?
- AI developers:Integrate Zoom meeting management into Claude or Cursor via MCP
- Product teams:Automate Zoom scheduling workflows within AI assistants using MCP integration




