Zoom MCP Server
@JavaProgrammerLB
About Zoom MCP Server
Now you can date a Zoom meeting with AI's help.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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}"
}
}
}
}Tools
4Create a meeting
List scheduled meetings
Delete a meeting with a given ID
Retrieve the meeting's details with a given ID
Overview
What is Zoom MCP Server?
Zoom MCP Server is an MCP (Model Context Protocol) server that lets AI assistants manage Zoom meetings via natural language commands. It integrates with the Zoom API using a Server-to-Server OAuth app and is intended for users who want to schedule, list, delete, or retrieve Zoom meeting details without manually opening Zoom.
How to use Zoom MCP Server?
Install the server via npx and add its configuration (command, args, and environment variables) to your MCP client (e.g., VS Code or Claude). You must first create a Zoom Server-to-Server OAuth app in the Zoom Marketplace, activate it, and note the Account ID, Client ID, and Client Secret. Then use natural language prompts such as “list my meetings” or “Schedule a meeting at today 3 pm with a introduce mcp topic.”
Key features of Zoom MCP Server
- List all upcoming or all meetings
- Create a meeting using natural language scheduling
- Delete a meeting by ID or the latest meeting
- Retrieve detailed information for any meeting
- Authenticates via Zoom Server-to-Server OAuth
Use cases of Zoom MCP Server
- Have an AI assistant schedule a Zoom meeting for you
- Quickly list all upcoming meetings without opening Zoom
- Delete unwanted meetings via voice or text command
- Retrieve meeting details (e.g., join URL, time) for a specific meeting
FAQ from Zoom MCP Server
What credentials are needed to use Zoom MCP Server?
You need a Zoom Account ID, Client ID, and Client Secret from a Server-to-Server OAuth app created in the Zoom Marketplace with Meeting scopes granted and the app activated.
How do I configure Zoom MCP Server in my MCP client?
Add a JSON block to your client’s mcpServers configuration with command npx, args ["-y", "@yitianyigexiangfa/zoom-mcp-server@latest"], and env variables ZOOM_ACCOUNT_ID, ZOOM_CLIENT_ID, and ZOOM_CLIENT_SECRET.
What meeting operations does Zoom MCP Server support?
It supports listing meetings, creating meetings, deleting meetings (by ID or the latest), and retrieving meeting details.
Can I use Zoom MCP Server with VS Code?
Yes, the README provides a direct install link for VS Code MCP integration that prompts for the three Zoom credentials.
Does Zoom MCP Server require any additional dependencies?
It runs via npx (Node.js) and requires a Zoom app with the “Meeting: Select All Meeting Permissions” scope and an activated Server-to-Server OAuth app.
Frequently asked questions
What credentials are needed to use Zoom MCP Server?
You need a Zoom Account ID, Client ID, and Client Secret from a Server-to-Server OAuth app created in the Zoom Marketplace with Meeting scopes granted and the app activated.
How do I configure Zoom MCP Server in my MCP client?
Add a JSON block to your client’s `mcpServers` configuration with command `npx`, args `["-y", "@yitianyigexiangfa/zoom-mcp-server@latest"]`, and env variables `ZOOM_ACCOUNT_ID`, `ZOOM_CLIENT_ID`, and `ZOOM_CLIENT_SECRET`.
What meeting operations does Zoom MCP Server support?
It supports listing meetings, creating meetings, deleting meetings (by ID or the latest), and retrieving meeting details.
Can I use Zoom MCP Server with VS Code?
Yes, the README provides a direct install link for VS Code MCP integration that prompts for the three Zoom credentials.
Does Zoom MCP Server require any additional dependencies?
It runs via npx (Node.js) and requires a Zoom app with the “Meeting: Select All Meeting Permissions” scope and an activated Server-to-Server OAuth app.
Basic information
More Communication MCP servers
atbridge.ai
atbridge-aiLocal MCP server for Thunderbird. Gives Claude Desktop, Cursor, or any MCP client read/write access to multiple mailboxes, calendars, contacts, notes & tasks (Gmail, Outlook, IMAP) — all on your machine.
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
Mektup-mcp
WeeCiMektup gives AI agents and their humans a real email mailbox, not just a one-way sending API. Through 41 MCP tools, an agent can register a domain, create a mailbox, send and receive mail, and manage threads, drafts, fol
Comments