Zoom MCP Server - Secure MCP Server by ALMC Security 2025

Zoom MCP Server

View on GitHub

Zoom MCP Server

NPM VersionMIT licensedsmithery badgeZoom MCP Server

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

MseeP.ai Security Assessment Badge

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}"
      }
    }
  }
}

Related in Communication - Secure MCP Servers

ServerSummaryActions
Agent Communication MCP Serverエージェント間のルームベースコミュニケーションを実現するModel Context Protocol (MCP) サーバーView
Wassenger🚀 Supercharge your WhatsApp automation driven by AI! Send messages, summarize conversations, and ma...View
vv-mcpVOICEVOX MCP Server - Claude DesktopとClaude Codeで音声合成を利用するためのMCPサーバーView
Twilio SMS ServerA versatile SMS service that can run as both a Model Context Protocol (MCP) server for Claude Deskto...View
chakoshi MCP ServerMCPクライアントアプリケーションと、chakoshi API を連携するMCP (Model Context Protocol) サーバーです...View
Whissle MCP ServerA Python-based server that provides access to Whissle API endpoints for speech-to-text, diarization,...View