Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AIFire in da houseCheck it out free

zoom-mcp-server

MCP.Pizza Chef: JavaProgrammerLB

The zoom-mcp-server is an MCP server that integrates AI capabilities to manage Zoom meetings. It enables users to list, create, delete, and retrieve details of Zoom meetings through natural language commands. This server simplifies Zoom meeting workflows by allowing seamless scheduling and management directly via AI-enhanced interactions, making meeting organization more efficient and intuitive.

Use This MCP server To

List all upcoming Zoom meetings with natural language commands Schedule new Zoom meetings using AI-driven date and topic input Delete specific or latest Zoom meetings via simple commands Retrieve detailed information about any Zoom meeting instantly Integrate Zoom meeting management into VS Code workflows Automate Zoom meeting organization within AI-powered applications

README

Zoom MCP Server

NPM Version MIT licensed smithery badge Zoom MCP Server

Now you can date a Zoom meeting with AI's help about.jpg

Usage

1. list meetings

  • list my meetings
  • list my upcoming meetings

2. create a meeting

  • Schedule a meeting at today 3 pm with a introduce mcp topic

3. delete a meeting

  • delete the latest meeting
  • delete the 86226580854 meeting

4. get a meeting detail

  • Retrieve the latest meeting's details
  • Retrieve 86226580854 meeting's details

Usage with VS Code

Install with NPX in VS Code

2 Steps to play with zoom-mcp-server

  • Get Zoom Client ID, Zoom Client Secret and Account ID
  • Config MCP server

1. Get Zoom Client ID, Zoom Client Secret and Account ID

  1. vist Zoom Marketplace
  2. Build App and choose Server to Server OAuth App
  3. Add Scope > Meeting > Select All Meeting Permissions
  4. Active your app then you can get Account ID, Client ID, Client Secret in App Credentials page

2. Config MCP Server

{
  "mcpServers": {
    "zoom-mcp-server": {
      "command": "npx",
      "args": ["-y", "@yitianyigexiangfa/zoom-mcp-server@latest"],
      "env": {
        "ZOOM_ACCOUNT_ID": "${ZOOM_ACCOUNT_ID}",
        "ZOOM_CLIENT_ID": "${ZOOM_CLIENT_ID}",
        "ZOOM_CLIENT_SECRET": "${ZOOM_CLIENT_SECRET}"
      }
    }
  }
}

zoom-mcp-server FAQ

How do I list my upcoming Zoom meetings using this server?
You can use natural language commands like 'list my upcoming meetings' to retrieve your scheduled Zoom meetings.
Can I schedule a Zoom meeting with a specific topic and time?
Yes, you can schedule meetings by specifying the date, time, and topic, for example, 'Schedule a meeting at today 3 pm with a introduce mcp topic'.
Is it possible to delete a Zoom meeting using this MCP server?
Yes, you can delete meetings by referencing the meeting ID or by deleting the latest meeting with commands like 'delete the latest meeting'.
How do I get detailed information about a specific Zoom meeting?
Use commands such as 'Retrieve 86226580854 meeting's details' to get detailed information about that meeting.
Can this server be integrated with development environments?
Yes, it supports integration with VS Code, allowing meeting management directly within the IDE.
Does this server support real-time interaction with Zoom meetings?
It supports real-time management commands for scheduling, listing, deleting, and retrieving meeting details.
What are the prerequisites for using the zoom-mcp-server?
You need a Zoom account and appropriate API credentials to connect and manage meetings via this server.
Is the zoom-mcp-server open source and how is it licensed?
Yes, it is open source and licensed under the MIT license.