About
Overview
The Zoom MCP Server enables AI agents to interact with Zoom's video conferencing platform. It provides tools for creating and managing meetings, listing participants, accessing cloud recordings, and managing Zoom Phone features. Uses Zoom Server-to-Server OAuth for authentication.
Capabilities
Tools & Capabilities
⚡create_meeting
Create a new Zoom meeting
⚡list_meetings
List upcoming meetings
⚡get_meeting
Get details about a specific meeting
⚡list_recordings
List cloud recordings
⚡list_participants
List participants of a past meeting
Setup
Installation
bash
Install
npx -y mcp-server-zoomExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"zoom": {
"command": "npx",
"args": ["-y", "mcp-server-zoom"],
"env": {
"ZOOM_ACCOUNT_ID": "your-account-id",
"ZOOM_CLIENT_ID": "your-client-id",
"ZOOM_CLIENT_SECRET": "your-secret"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 75
Last UpdatedFeb 12, 2026