Zoom MCP Server
@Prathamesh0901
About Zoom MCP Server
Zoom mcp server to create, update, read or delete zoom meetings using natural language commands through Cursor and Claude
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zoom": {
"command": "npx",
"args": [
"-y",
"@prathamesh0901/zoom-mcp-server"
],
"env": {
"ZOOM_ACCOUNT_ID": "Your Zoom Account ID",
"ZOOM_CLIENT_ID": "Your Zoom Client ID",
"ZOOM_CLIENT_SECRET": "Your Zoom Client Secret"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Zoom MCP Server?
The Zoom MCP Server is a Model Context Protocol (MCP) server for managing Zoom meetings via Claude or Cursor. It enables creating, updating, deleting, and retrieving Zoom meetings through a standardized MCP interface, designed for developers integrating AI tools with Zoom.
How to use Zoom MCP Server?
Configure the server by adding a JSON entry to your MCP config file (claude_desktop_config.json for Claude or .cursor/mcp.json for Cursor) with the command npx -y @prathamesh0901/zoom-mcp-server and environment variables for your Zoom Account ID, Client ID, and Client Secret obtained from a Zoom Server-to-Server OAuth App. After configuration, the server exposes four tools callable via the AI client.
Key features of Zoom MCP Server
- Retrieve all active Zoom meetings with
get_meetings - Create a new Zoom meeting with
create_meeting - Update an existing Zoom meeting with
update_meeting - Delete a Zoom meeting with
delete_meeting - Parameter validation using Zod schemas
Use cases of Zoom MCP Server
- Schedule a Zoom meeting directly from a Claude chat command
- Bulk update meeting details using an AI assistant
- Delete expired or unneeded meetings without opening the Zoom interface
- Retrieve a list of upcoming meetings for reporting or auditing
FAQ from Zoom MCP Server
What credentials are needed?
You need a Zoom Account ID, Client ID, and Client Secret from a Server-to-Server OAuth App created on the Zoom Marketplace with all Meeting permissions enabled.
Can I use this server with both Claude and Cursor?
Yes, the server is designed for both. Configuration examples are provided for Claude Desktop (claude_desktop_config.json) and Cursor (.cursor/mcp.json).
How do
Frequently asked questions
What credentials are needed?
You need a Zoom Account ID, Client ID, and Client Secret from a Server-to-Server OAuth App created on the Zoom Marketplace with all Meeting permissions enabled.
Can I use this server with both Claude and Cursor?
Yes, the server is designed for both. Configuration examples are provided for Claude Desktop (`claude_desktop_config.json`) and Cursor (`.cursor/mcp.json`).
Basic information
More Communication MCP servers
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
slack-mcp-server
ubie-ossA Slack MCP server
Telegram MCP Server
chigwellTelegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。

Slack
modelcontextprotocolModel Context Protocol Servers
Comments